VoxelEngine2/shaders/compile.bat

2 lines
153 B
Batchfile
Raw Normal View History

2024-04-16 20:14:42 +02:00
C:/VulkanSDK/1.3.280.0/Bin/glslc.exe shaders/shader.vert -o shaders/vert.spv
2024-04-26 17:48:49 +02:00
C:/VulkanSDK/1.3.280.0/Bin/glslc.exe shaders/shader.frag -o shaders/frag.spv