We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab228a commit bb9e12eCopy full SHA for bb9e12e
ash-examples/src/bin/texture.rs
@@ -689,7 +689,7 @@ fn main() {
689
.swapchain_loader
690
.acquire_next_image(
691
base.swapchain,
692
- std::u64::MAX,
+ u64::MAX,
693
base.present_complete_semaphore,
694
vk::Fence::null(),
695
)
ash-examples/src/bin/triangle.rs
@@ -352,7 +352,7 @@ fn main() {
352
353
354
355
356
357
358
0 commit comments