summaryrefslogtreecommitdiff
path: root/opengl/tools/glgen/stubs/gles11/glObjectPtrLabel.cpp
blob: 0925b8f815df650bd900fbcceb3d8a508595d72a (plain)
1
2
3
4
5
6
/* void glObjectPtrLabel ( const void *ptr, GLsizei length, const GLchar *label ) */
static void
android_glObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr, jstring label) {
    jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
}