diff options
Diffstat (limited to 'make/config/jogl/gl-impl-CustomJavaCode-gles1.java')
-rw-r--r-- | make/config/jogl/gl-impl-CustomJavaCode-gles1.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/config/jogl/gl-impl-CustomJavaCode-gles1.java b/make/config/jogl/gl-impl-CustomJavaCode-gles1.java index 54bb37ce8..abb10cee0 100644 --- a/make/config/jogl/gl-impl-CustomJavaCode-gles1.java +++ b/make/config/jogl/gl-impl-CustomJavaCode-gles1.java @@ -58,6 +58,10 @@ public final boolean hasGLSL() { return false; } +public boolean isNPOTTextureAvailable() { + return false; +} + public final GL4bc getGL4bc() throws GLException { throw new GLException("Not a GL4bc implementation"); } |