Add sampler2DShadow to gles shader prefix

This commit is contained in:
Nikita Lisitsa 2026-07-24 02:33:26 +03:00
parent a38527a322
commit c5b245eef8
2 changed files with 2 additions and 0 deletions

View file

@ -897,6 +897,7 @@ precision highp int;
precision highp float;
precision highp sampler2D;
precision highp usampler2D;
precision highp sampler2DShadow;
)";
}

View file

@ -1269,6 +1269,7 @@ precision highp int;
precision highp float;
precision highp sampler2D;
precision highp usampler2D;
precision highp sampler2DShadow;
)";
}