Package org.lwjgl.opengles
Class OESGetProgramBinary
java.lang.Object
org.lwjgl.opengles.OESGetProgramBinary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname< parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname< parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname> parameter of GetProgramiv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glGetProgramBinaryOES
(int program, IntBuffer length, IntBuffer binaryFormat, ByteBuffer binary) static void
glProgramBinaryOES
(int program, int binaryFormat, ByteBuffer binary)
-
Field Details
-
GL_PROGRAM_BINARY_LENGTH_OES
public static final int GL_PROGRAM_BINARY_LENGTH_OESAccepted by the <pname> parameter of GetProgramiv:- See Also:
-
GL_NUM_PROGRAM_BINARY_FORMATS_OES
public static final int GL_NUM_PROGRAM_BINARY_FORMATS_OESAccepted by the <pname< parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
GL_PROGRAM_BINARY_FORMATS_OES
public static final int GL_PROGRAM_BINARY_FORMATS_OESAccepted by the <pname< parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
-
Method Details
-
glGetProgramBinaryOES
public static void glGetProgramBinaryOES(int program, IntBuffer length, IntBuffer binaryFormat, ByteBuffer binary) -
glProgramBinaryOES
-