mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 15:36:14 +03:00
10 lines
1014 B
Batchfile
10 lines
1014 B
Batchfile
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/Cloud_RayMarching.glsl -O -o Spirv/VolumetricCloudRayMarching.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/Cloud_CompositeWithScreen.glsl -O -o Spirv/VolumetricCompositeWithScreen.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/Cloud_NoiseBasic.glsl -O -o Spirv/VolumetricCloudNoiseBasic.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/Cloud_NoiseDetail.glsl -O -o Spirv/VolumetricCloudNoiseWorley.comp.spv
|
|
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/Cloud_ShadowMap.glsl -O -o Spirv/Cloud_ShadowMap.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/Cloud_Reconstruction.glsl -O -o Spirv/Cloud_Reconstruction.comp.spv
|
|
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/SkyEnvCapture.glsl -O -o Spirv/AtmosphereEnvironmentCapture_Cloud.comp.spv
|