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

8 lines
326 B
C++
Raw Normal View History

2025-08-25 08:17:13 +08:00
/* void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) */
static jstring
android_glGetObjectLabel(JNIEnv *_env, jobject _this, jint identifier, jint name) {
jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
return NULL;
}