Learning playground for both Rust and the Vulkan Graphics API
Stars
2
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
88
commits
Add texture-related funcs to pipeline
1c1efa1
use sampler2DArray to handle texture in shader
dbce2d4
prevent recreate_swapchain_and_views from exploding when window is minimized
7f42f24
rename gen_command_buffer to record_command_buffer
2f8cccf
rename renderer methods begin/end to begin_frame/end_frame
dd222ab
renderer: handle frame future internally
1ec588a
allow dead code in unused perspective cam lib
235338b
rename sampler var
57c9320
rename buffer vars
b0ff89d
render a white texture from a sampler
e9e328e
make Timing better
a30cad1
set sandbox window not resizable
65516d4
adjust camera movement based on zoom level
192b8da
remove unused code
17a5b9f
implement camera zoom using scroll
d172956