Package org.lwjgl.opengles
Class ARMMaliProgramBinary
java.lang.Object
org.lwjgl.opengles.ARMMaliProgramBinary
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
and OES_get_program_binary
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by thebinaryFormat
parameter of ProgramBinaryOES. -
Method Summary
-
Field Details
-
GL_MALI_PROGRAM_BINARY_ARM
public static final int GL_MALI_PROGRAM_BINARY_ARMAccepted by thebinaryFormat
parameter of ProgramBinaryOES.- See Also:
-