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