Set es shader menu to show .glslp only
This commit is contained in:
parent
56c64d3c44
commit
a222e555a2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if [[ "${UI_SERVICE}" =~ ^weston ]]
|
|||
then
|
||||
SHADERS='*.slang*'
|
||||
else
|
||||
SHADERS='*.glsl*'
|
||||
SHADERS='*.glslp*'
|
||||
fi
|
||||
|
||||
for dir in /tmp/shaders
|
||||
|
|
Loading…
Reference in a new issue