Package org.lwjgl.opengles
Class OESGetProgramBinary
- java.lang.Object
-
- org.lwjgl.opengles.OESGetProgramBinary
-
public final class OESGetProgramBinary extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_NUM_PROGRAM_BINARY_FORMATS_OESAccepted by the <pname< parameter of GetBooleanv, GetIntegerv, and GetFloatv:static intGL_PROGRAM_BINARY_FORMATS_OESAccepted by the <pname< parameter of GetBooleanv, GetIntegerv, and GetFloatv:static intGL_PROGRAM_BINARY_LENGTH_OESAccepted by the <pname> parameter of GetProgramiv:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglGetProgramBinaryOES(int program, IntBuffer length, IntBuffer binaryFormat, ByteBuffer binary)static voidglProgramBinaryOES(int program, int binaryFormat, ByteBuffer binary)
-
-
-
Field Detail
-
GL_PROGRAM_BINARY_LENGTH_OES
public static final int GL_PROGRAM_BINARY_LENGTH_OES
Accepted by the <pname> parameter of GetProgramiv:- See Also:
- Constant Field Values
-
GL_NUM_PROGRAM_BINARY_FORMATS_OES
public static final int GL_NUM_PROGRAM_BINARY_FORMATS_OES
Accepted by the <pname< parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
- Constant Field Values
-
GL_PROGRAM_BINARY_FORMATS_OES
public static final int GL_PROGRAM_BINARY_FORMATS_OES
Accepted by the <pname< parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
- Constant Field Values
-
-
Method Detail
-
glGetProgramBinaryOES
public static void glGetProgramBinaryOES(int program, IntBuffer length, IntBuffer binaryFormat, ByteBuffer binary)
-
glProgramBinaryOES
public static void glProgramBinaryOES(int program, int binaryFormat, ByteBuffer binary)
-
-