Package org.lwjgl.opengles
Class ARMMaliProgramBinary
- java.lang.Object
-
- org.lwjgl.opengles.ARMMaliProgramBinary
-
public final class ARMMaliProgramBinary extends java.lang.ObjectNative bindings to the ARM_mali_program_binary extension.The OES_get_program_binary extension enables applications to retrieve program binaries using GetProgramBinaryOES and reload them using ProgramBinaryOES.
The mechanism for retrieval and reloading of program binaries is vendor agnostic, but the binary format itself is vendor specific.
This extension adds a token to identify program binaries that are compatible with the ARM Mali family of GPUs.
Requires
GLES 2.0andOES_get_program_binary.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_MALI_PROGRAM_BINARY_ARMAccepted by thebinaryFormatparameter of ProgramBinaryOES.
-
-
-
Field Detail
-
GL_MALI_PROGRAM_BINARY_ARM
public static final int GL_MALI_PROGRAM_BINARY_ARM
Accepted by thebinaryFormatparameter of ProgramBinaryOES.- See Also:
- Constant Field Values
-
-