16f0392874
Bug: 15028495 Change-Id: I276d04f029d441e092428fad72f09ca15e1d233a
7 lines
283 B
C++
7 lines
283 B
C++
/* 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");
|
|
}
|
|
|