Java程序  |  8行  |  214 B

    // C function GLuint glCreateShaderProgramv ( GLenum type, GLsizei count, const GLchar *const *strings )

    public static native int glCreateShaderProgramv(
        int type,
        String[] strings
    );