replicant-frameworks_native/opengl/tools/glgen/stubs/gles11/glShaderSource.java

7 lines
212 B
Java
Raw Normal View History

// C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
public static native void glShaderSource(
int shader,
String string
);