Class OESRGB8RGBA8

java.lang.Object
org.lwjgl.opengles.OESRGB8RGBA8

public final class OESRGB8RGBA8 extends Object
Native bindings to the OES_rgb8_rgba8 extension.

This extension enables RGB8 and RGBA8 renderbuffer storage formats.

  • Field Details

    • GL_RGB8_OES

      public static final int GL_RGB8_OES
      Accepted by the internalformat parameter of RenderbufferStorageOES.
      See Also:
    • GL_RGBA8_OES

      public static final int GL_RGBA8_OES
      Accepted by the internalformat parameter of RenderbufferStorageOES.
      See Also: