Package org.lwjgl.opengles
Class ANGLEProgramBinary
- java.lang.Object
-
- org.lwjgl.opengles.ANGLEProgramBinary
-
public final class ANGLEProgramBinary extends java.lang.ObjectNative 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.0andOES_get_program_binary.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_PROGRAM_BINARY_ANGLEAccepted by thebinaryFormatparameter of ProgramBinaryOES.
-
-
-
Field Detail
-
GL_PROGRAM_BINARY_ANGLE
public static final int GL_PROGRAM_BINARY_ANGLE
Accepted by thebinaryFormatparameter of ProgramBinaryOES.- See Also:
- Constant Field Values
-
-