Multitexture rendering prototyping.

This commit is contained in:
Artem Kharytoniuk
2017-04-03 14:40:32 +03:00
parent 27038dde48
commit 258a1ca9cd
12 changed files with 263 additions and 19 deletions

5
data/compile.bat Normal file
View 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