Class 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 in OpenGL 4.3.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int GL_DEPTH_STENCIL_TEXTURE_MODE
      Accepted by the pname parameter of TexParameter and GetTexParameter*.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_DEPTH_STENCIL_TEXTURE_MODE

        public static final int GL_DEPTH_STENCIL_TEXTURE_MODE
        Accepted by the pname parameter of TexParameter and GetTexParameter*.
        See Also:
        Constant Field Values