Triangle posting
https://vulkan-tutorial.com/Vertex_buffers/Staging_buffer Reached the above part of the tutorial. Adding IMGUI now before continuing.
This commit is contained in:
3
Shaders/compile.sh
Executable file
3
Shaders/compile.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
glslc ./shader.vert -o vert.spv
|
||||
glslc ./shader.frag -o frag.spv
|
||||
Reference in New Issue
Block a user