Class ANGLEProgramBinary

java.lang.Object
org.lwjgl.opengles.ANGLEProgramBinary

public final class ANGLEProgramBinary extends Object
Native bindings to the ANGLE_program_binary extension.

This extension makes available a program binary format, PROGRAM_BINARY_ANGLE. It enables retrieving and loading of pre-linked ANGLE program objects.

Requires GLES 2.0 and OES_get_program_binary.

  • Field Details

    • GL_PROGRAM_BINARY_ANGLE

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