Multitexture rendering prototyping.
This commit is contained in:
5
data/compile.bat
Normal file
5
data/compile.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
%VULKAN_SDK%\Bin\glslangValidator.exe -V -o single_texture_vert.spv single_texture.vert
|
||||
%VULKAN_SDK%\Bin\glslangValidator.exe -V -o single_texture_frag.spv single_texture.frag
|
||||
%VULKAN_SDK%\Bin\glslangValidator.exe -V -o multi_texture_vert.spv multi_texture.vert
|
||||
%VULKAN_SDK%\Bin\glslangValidator.exe -V -o multi_texture_frag.spv multi_texture.frag
|
||||
|
||||
Reference in New Issue
Block a user