mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:56:17 +03:00
2 lines
297 B
Batchfile
2 lines
297 B
Batchfile
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/bloom_downsample.glsl -O -o %~dp0/../../../install/shader/bloom_downsample.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/bloom_upscale.glsl -O -o %~dp0/../../../install/shader/bloom_upscale.comp.spv |