mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 14:16:14 +03:00
4 lines
571 B
Batchfile
4 lines
571 B
Batchfile
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/brdf_lut.glsl -O -o %~dp0/../../../install/shader/brdf_lut.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/deferred_lighting.glsl -O -o %~dp0/../../../install/shader/deferred_lighting.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/skylight.glsl -O -o %~dp0/../../../install/shader/skylight.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/skyreflection.glsl -O -o %~dp0/../../../install/shader/skyreflection.comp.spv |