public final class ARMMaliProgramBinary
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_MALI_PROGRAM_BINARY_ARM
Accepted by the
binaryFormat parameter of ProgramBinaryOES. |
public static final int GL_MALI_PROGRAM_BINARY_ARM
binaryFormat parameter of ProgramBinaryOES.Copyright LWJGL. All Rights Reserved. License terms.