vulkan-tutorial-rust icon indicating copy to clipboard operation
vulkan-tutorial-rust copied to clipboard

Following the vulkan tutorial(https://vulkan-tutorial.com/) using the Rust programming language.

Results 6 vulkan-tutorial-rust issues
Sort by recently updated
recently updated
newest added

the resize window size is const in Rust, so i suppose it's not changed according to the new size also the callback function about if the window size is changed...

When run example 17 on Windows, the program crashes and output the following message: ``` thread 'main' panicked at 'Failed to wait for Fence!: Result(-4)', src\libcore\result.rs:999:5 note: Run with 'RUST_BACKTRACE=1'...

Cannot implement Drop for VulkanApp in example01, because the usage of ```destroy_instance(None)``` crashes the program on closing the window and produces ```error: process didn't exit successfully: `target\debug\01.exe` (exit code: 0xc0000005,...

bug

sto@darkstar vulkan-tutorial-rust % cargo run --bin 00 cargo run --bin 00 Compiling objc_exception v0.1.2 The following warnings were emitted during compilation: warning: extern/exception.m: In function 'RustObjCExceptionThrow': warning: extern/exception.m:5:5: error: '-fobjc-exceptions'...

Just want to know if there is any interest in this kind of refactoring, for this repo and also more generally in the community. Thank you!