diff options
Diffstat (limited to 'opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabelKHR.cpp')
-rw-r--r-- | opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabelKHR.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabelKHR.cpp b/opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabelKHR.cpp new file mode 100644 index 0000000..e107867 --- /dev/null +++ b/opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabelKHR.cpp @@ -0,0 +1,7 @@ +/* void glGetObjectPtrLabelKHR ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label ) */ +static jstring +android_glGetObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr) { + jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented"); + return NULL; +} + |