Class ARMMaliProgramBinary

java.lang.Object
org.lwjgl.opengles.ARMMaliProgramBinary

public final class ARMMaliProgramBinary extends 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 and OES_get_program_binary.

  • Field Details

    • GL_MALI_PROGRAM_BINARY_ARM

      public static final int GL_MALI_PROGRAM_BINARY_ARM
      Accepted by the binaryFormat parameter of ProgramBinaryOES.
      See Also: