Package org.lwjgl.opengl
Class ARBStencilTexturing
- java.lang.Object
-
- org.lwjgl.opengl.ARBStencilTexturing
-
public final class ARBStencilTexturing extends java.lang.Object
Native bindings to the ARB_stencil_texturing extension.This extension allows texturing of the stencil component of a packed depth stencil texture. Stencil values are returned as unsigned integers. It is not possible to sample both depth and stencil values from the same texture, and this extension allows the app to select which is sampled for the bound texture.
Requires
ARB_depth_texture
and EXT_packed_depth_stencil. Promoted to core inOpenGL 4.3
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_DEPTH_STENCIL_TEXTURE_MODE
Accepted by thepname
parameter of TexParameter and GetTexParameter*.
-
-
-
Field Detail
-
GL_DEPTH_STENCIL_TEXTURE_MODE
public static final int GL_DEPTH_STENCIL_TEXTURE_MODE
Accepted by thepname
parameter of TexParameter and GetTexParameter*.- See Also:
- Constant Field Values
-
-