vulkan-tutorial-rs
vulkan-tutorial-rs copied to clipboard
Rust version of https://github.com/Overv/VulkanTutorial
Hey sir will you update the course and add content or no?
See here: https://vulkan.lunarg.com/doc/view/1.2.189.0/windows/layer_configuration.html
Your usage of the `winit` crate is deprecated, so although the code will work on older versions of `winit`, it'd be nice if you guys updated the code. Also, you're...
As noted in the README there are some Validation Layer issues with this but I dont have any solutions. This issue describes the same thing at the end: https://github.com/vulkano-rs/vulkano/issues/989. Essentially...
Copied from https://github.com/bwasty/vulkan-tutorial-rs/blob/f2f6935914bec4e79937b8cac415683c9fbadcb1/src/bin/00_base_code.rs
The uniform_buffers variable seems to be created but unused. How can I bind it? https://github.com/bwasty/vulkan-tutorial-rs/blob/master/src/bin/21_descriptor_layout_and_buffer.rs