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