mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-04-28 05:07:22 +00:00
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:
commit
661e65f34a
@ -14,6 +14,7 @@ foreach name : shaders
|
|||||||
input: name,
|
input: name,
|
||||||
output: name + '_check',
|
output: name + '_check',
|
||||||
command: [glslang, '@INPUT@'],
|
command: [glslang, '@INPUT@'],
|
||||||
|
capture: true,
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user