We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585e1ec commit 56c1ed0Copy full SHA for 56c1ed0
jme3-core/src/main/resources/Common/ShaderLib/GLSLCompat.glsllib
@@ -1,8 +1,10 @@
1
#ifdef FRAGMENT_SHADER
2
precision highp float;
3
precision highp int;
4
- precision highp sampler2DArray;
5
- precision highp sampler2DShadow;
+ #if __VERSION__ >= 130
+ precision highp sampler2DArray;
6
+ #endif
7
+ precision highp sampler2DShadow;
8
precision highp samplerCube;
9
precision highp sampler3D;
10
precision highp sampler2D;
0 commit comments