mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:16:14 +03:00
7 lines
698 B
Batchfile
7 lines
698 B
Batchfile
: Atmosphere lut.
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/KinoBokehDof_Prepare.glsl -O -o Spirv/Dof_Prepare.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/KinoBokehDof_Combine.glsl -O -o Spirv/Dof_Combine.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/KinoBokehDof_Blur.glsl -O -o Spirv/Dof_ExpandFill.comp.spv
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/KinoBokehDof_Gather.glsl -O -o Spirv/Dof_Gather.comp.spv
|
|
|
|
%~dp0/../Tool/glslc.exe -fshader-stage=comp --target-env=vulkan1.3 Source/KinoBokehDof_FocusDepthEvaluate.glsl -O -o Spirv/Dof_FocusEvaluate.comp.spv |