Package org.lwjgl.opengles
Class OESRGB8RGBA8
- java.lang.Object
-
- org.lwjgl.opengles.OESRGB8RGBA8
-
public final class OESRGB8RGBA8 extends java.lang.Object
Native bindings to the OES_rgb8_rgba8 extension.This extension enables RGB8 and RGBA8 renderbuffer storage formats.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_RGB8_OES
GL_RGBA8_OESAccepted by theinternalformat
parameter of RenderbufferStorageOES.
-
-
-
Field Detail
-
GL_RGB8_OES, GL_RGBA8_OES
Accepted by theinternalformat
parameter of RenderbufferStorageOES.
-
-