replicant-frameworks_native/opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabelKHR.cpp

8 lines
306 B
C++
Raw Normal View History

/* 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;
}