Merge branch 'gles2-check-shader-once' into 'master'

Draft: render/gles2: check shaders once

See merge request wlroots/wlroots!4974
This commit is contained in:
Simon Ser 2025-04-13 00:29:50 +00:00
commit 661e65f34a

View File

@ -14,6 +14,7 @@ foreach name : shaders
input: name,
output: name + '_check',
command: [glslang, '@INPUT@'],
capture: true,
build_by_default: true,
)