pre vertex buffer

This commit is contained in:
zomseffen 2024-04-16 20:14:42 +02:00
commit 017cfcf82f
14 changed files with 2856 additions and 0 deletions

3
shaders/compile.bat Normal file
View file

@ -0,0 +1,3 @@
C:/VulkanSDK/1.3.280.0/Bin/glslc.exe shaders/shader.vert -o shaders/vert.spv
C:/VulkanSDK/1.3.280.0/Bin/glslc.exe shaders/shader.frag -o shaders/frag.spv
pause