Tutorial for rendering 3d things with Vulkan, in Rust. https://kylemayes.github.io/vulkanalia/
Go to file
Timothy Warren e61e15770e Deduplicate vertices for model rendering 2023-04-20 11:06:52 -04:00
resources Actually render a model with texture 2023-04-20 11:01:17 -04:00
shaders Set up depth buffering 2023-04-19 10:55:49 -04:00
src Deduplicate vertices for model rendering 2023-04-20 11:06:52 -04:00
.gitignore First commit 2023-03-31 10:33:37 -04:00
Cargo.toml Actually render a model with texture 2023-04-20 11:01:17 -04:00
README.md First commit 2023-03-31 10:33:37 -04:00
justfile Use staging buffer with the vertex buffer 2023-04-12 13:48:07 -04:00