frameworks/native/opengl/tools/glgen/stubs/gles11/glGetPointervKHR.cpp

8 lines
258 B
C++
Raw Normal View History

2025-08-25 08:17:13 +08:00
/* void glGetPointervKHR ( GLenum pname, void **params ) */
static jobject
android_glGetDebugMessageCallbackKHR(JNIEnv *_env, jobject _this) {
jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
return NULL;
}