mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04: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
18ff9d74de
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue