Use Vulkan result check macro, code cleanup, added text overlay

This commit is contained in:
saschawillems 2016-05-23 21:22:00 +02:00
parent 31917ace00
commit 823c666ffc
2 changed files with 77 additions and 126 deletions

View file

@ -12,7 +12,7 @@ if %ERRORLEVEL% EQU 0 (
xcopy "..\..\data\shaders\computeshader\*.spv" "assets\shaders\computeshader" /Y
mkdir "assets\textures"
xcopy "..\..\data\textures\vulkan_space_rgba8.ktx" "assets\textures" /Y
xcopy "..\..\data\textures\het_kanonschot_rgba8.ktx" "assets\textures" /Y
mkdir "res\drawable"