Files
Android11/frameworks/native/opengl/tools/glgen/stubs/gles11/glObjectPtrLabelKHR.cpp
2023-10-13 14:01:41 +00:00

7 lines
283 B
C++

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