frameworks/native/opengl/tools/glgen/stubs/gles11/glShaderSource.java

7 lines
212 B
Java
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
// C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
public static native void glShaderSource(
int shader,
String string
);