diff options
Diffstat (limited to 'make/config/jogl/gl-impl-CustomJavaCode-gles3.java')
-rw-r--r-- | make/config/jogl/gl-impl-CustomJavaCode-gles3.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/make/config/jogl/gl-impl-CustomJavaCode-gles3.java b/make/config/jogl/gl-impl-CustomJavaCode-gles3.java index a5c0d1998..42adca4b1 100644 --- a/make/config/jogl/gl-impl-CustomJavaCode-gles3.java +++ b/make/config/jogl/gl-impl-CustomJavaCode-gles3.java @@ -329,19 +329,11 @@ private final boolean checkPackPBOBound(boolean throwException) { } @Override -public final boolean glIsPBOPackBound() { - return isPBOPackBound(); -} -@Override public final boolean isPBOPackBound() { return checkPackPBOBound(false); } @Override -public final boolean glIsPBOUnpackBound() { - return isPBOUnpackBound(); -} -@Override public final boolean isPBOUnpackBound() { return checkUnpackPBOBound(false); } |