552a620482
Bug: 8566953 Change-Id: I02a1548aebc12bd3599903029bfd2e4ccea53211
9 lines
258 B
Java
9 lines
258 B
Java
// C function void glTransformFeedbackVaryings ( GLuint program, GLsizei count, const GLchar *varyings, GLenum bufferMode )
|
|
|
|
public static native void glTransformFeedbackVaryings(
|
|
int program,
|
|
String[] varyings,
|
|
int bufferMode
|
|
);
|
|
|