Package org.lwjgl.opengles
Class OESStencil4
- java.lang.Object
-
- org.lwjgl.opengles.OESStencil4
-
public final class OESStencil4 extends java.lang.Object
Native bindings to the OES_stencil4 extension.This extension enables 4-bit stencil component as a valid render buffer storage format.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_STENCIL_INDEX4_OES
Accepted by theinternalformat
parameter of RenderbufferStorageOES.
-
-
-
Field Detail
-
GL_STENCIL_INDEX4_OES
public static final int GL_STENCIL_INDEX4_OES
Accepted by theinternalformat
parameter of RenderbufferStorageOES.- See Also:
- Constant Field Values
-
-