Use Vulkan result check macro, code cleanup, added text overlay
This commit is contained in:
parent
31917ace00
commit
823c666ffc
2 changed files with 77 additions and 126 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue