Package org.lwjgl.opengles
Class ANGLEProgramBinary
- java.lang.Object
-
- org.lwjgl.opengles.ANGLEProgramBinary
-
public final class ANGLEProgramBinary extends java.lang.Object
Native bindings to the ANGLE_program_binary extension.This extension makes available a program binary format, PROGRAM_BINARY_ANGLE. It enables retrieving and loading of pre-linked ANGLE program objects.
Requires
GLES 2.0
andOES_get_program_binary
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_PROGRAM_BINARY_ANGLE
Accepted by thebinaryFormat
parameter of ProgramBinaryOES.
-
-
-
Field Detail
-
GL_PROGRAM_BINARY_ANGLE
public static final int GL_PROGRAM_BINARY_ANGLE
Accepted by thebinaryFormat
parameter of ProgramBinaryOES.- See Also:
- Constant Field Values
-
-