blob: 2bd851a93f5e82dc4f8fb23df4e8a2d9d6a0ee4b [file] [log] [blame]
/* 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");
}