mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:16:14 +03:00
7 lines
931 B
Batchfile
7 lines
931 B
Batchfile
: Atmosphere lut.
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/UE4_AtmosphereTransmittanceLut.glsl -O -o Spirv/AtmosphereTransmittanceLut.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/UE4_AtmosphereMultiScatterLut.glsl -O -o Spirv/AtmosphereMultiScatterLut.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/UE4_AtmosphereSkyViewLut.glsl -O -o Spirv/AtmosphereSkyViewLut.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/UE4_AtmosphereFroxelLut.glsl -O -o Spirv/AtmosphereFroxelLut.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/UE4_AtmosphereComposition.glsl -O -o Spirv/AtmosphereComposition.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/UE4_AtmosphereEnvironmentCapture.glsl -O -o Spirv/AtmosphereEnvironmentCapture.comp.spv |