This project follows the tutorial at https://vulkan-tutorial.com to draw a Rectangle using Vulkan, GLFW, and Rust.
Go to file
Stephen Seo f52c9029bc Handle resizing window
This recreates the swap-chain if the window is resized, as mentioned in
"Swap chain recreation".

(Note that the "Drawing: Frames in flight" step in the tutorial was
skipped.)
2024-03-14 13:15:12 +09:00
shaders WIP: "Graphics pipeline basics: Shader modules" 2024-03-12 14:22:57 +09:00
src Handle resizing window 2024-03-14 13:15:12 +09:00
.gitignore WIP vulkan tutorial to draw a triangle 2024-03-01 14:45:51 +09:00
build.rs WIP: "Graphics pipeline basics: Shader modules" 2024-03-12 14:22:57 +09:00
Cargo.lock WIP vulkan tutorial to draw a triangle 2024-03-01 14:45:51 +09:00
Cargo.toml WIP vulkan tutorial to draw a triangle 2024-03-01 14:45:51 +09:00
LICENSE Add MIT LICENCE 2024-03-01 14:51:55 +09:00