Class IMGProgramBinary

java.lang.Object
org.lwjgl.opengles.IMGProgramBinary

public final class IMGProgramBinary extends Object
Native bindings to the IMG_program_binary extension.

This extension makes available a program binary format, SGX_PROGRAM_BINARY_IMG. It enables retrieving and loading of pre-linked program objects on chips designed by Imagination Technologies.

Requires GLES 2.0 and OES_get_program_binary.

  • Field Details

    • GL_SGX_PROGRAM_BINARY_IMG

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