16f0392874
Bug: 15028495 Change-Id: I276d04f029d441e092428fad72f09ca15e1d233a
9 lines
319 B
C++
9 lines
319 B
C++
/* GLuint glCreateShaderProgramv ( GLenum type, GLsizei count, const GLchar *const *strings ) */
|
|
static jint
|
|
android_glCreateShaderProgramv
|
|
(JNIEnv *_env, jobject _this, jint type, jobjectArray strings) {
|
|
|
|
jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
|
|
return 0;
|
|
}
|