mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 14:16:14 +03:00
6 lines
893 B
Batchfile
6 lines
893 B
Batchfile
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/air_perspective.glsl -O -o %~dp0/../../../install/shader/sky_air_perspective.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/composition.glsl -O -o %~dp0/../../../install/shader/sky_composition.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/skyview_lut.glsl -O -o %~dp0/../../../install/shader/skyview_lut.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/transmittance_lut.glsl -O -o %~dp0/../../../install/shader/transmittance_lut.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/multi_scatter_lut.glsl -O -o %~dp0/../../../install/shader/multi_scatter_lut.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/bake_capture.glsl -O -o %~dp0/../../../install/shader/bake_capture.comp.spv |