summaryrefslogtreecommitdiff
path: root/opengl/tools/glgen/stubs/gles11/glGetObjectLabel.cpp
blob: 16f03abbc800375601d3fb8eda3b7d3d919ca9a8 (plain)
1
2
3
4
5
6
7
/* 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;
}