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