Add sampler2DShadow to gles shader prefix
This commit is contained in:
parent
a38527a322
commit
c5b245eef8
2 changed files with 2 additions and 0 deletions
|
|
@ -897,6 +897,7 @@ precision highp int;
|
|||
precision highp float;
|
||||
precision highp sampler2D;
|
||||
precision highp usampler2D;
|
||||
precision highp sampler2DShadow;
|
||||
)";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1269,6 +1269,7 @@ precision highp int;
|
|||
precision highp float;
|
||||
precision highp sampler2D;
|
||||
precision highp usampler2D;
|
||||
precision highp sampler2DShadow;
|
||||
)";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue