mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 16:16:16 +03:00
4 lines
408 B
Batchfile
4 lines
408 B
Batchfile
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/point.glsl -O -o %~dp0/../../../install/shader/down_point.comp.spv
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/gaussian.glsl -O -o %~dp0/../../../install/shader/gaussian.comp.spv
|
|
|
|
%~dp0/../glslc.exe -fshader-stage=comp --target-env=vulkan1.3 %~dp0/point4.glsl -O -o %~dp0/../../../install/shader/down_point4.comp.spv |