VoxelEngine2/shaders/compile.bat

3 lines
159 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
C:/VulkanSDK/1.3.280.0/Bin/glslc.exe shaders/shader.frag -o shaders/frag.spv
pause