diff options
Diffstat (limited to 'make/config/jogl/gl-if-CustomJavaCode-gl2_es2.java')
-rw-r--r-- | make/config/jogl/gl-if-CustomJavaCode-gl2_es2.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/config/jogl/gl-if-CustomJavaCode-gl2_es2.java b/make/config/jogl/gl-if-CustomJavaCode-gl2_es2.java index 1599a89ca..4522d34c8 100644 --- a/make/config/jogl/gl-if-CustomJavaCode-gl2_es2.java +++ b/make/config/jogl/gl-if-CustomJavaCode-gl2_es2.java @@ -1,3 +1,5 @@ + /** Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_EXT_separate_shader_objects</code> */ + public static final int GL_ALL_SHADER_BITS = 0xFFFFFFFF ; /** Start: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well */ |