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