Package org.lwjgl.opengl
Class NVPackedDepthStencil
- java.lang.Object
-
- org.lwjgl.opengl.NVPackedDepthStencil
-
public final class NVPackedDepthStencil extends java.lang.Object
This extension provides a new data format,DEPTH_STENCIL_NV
, that can be used with the glDrawPixels, glReadPixels, and glCopyPixels commands, as well as a packed data type,UNSIGNED_INT_24_8_NV
, that is meant to be used with GL_DEPTH_STENCIL_NV. No other formats are supported with GL_DEPTH_STENCIL_NV. If NV_packed_depth_stencil is supported, GL_DEPTH_STENCIL_NV/GL_UNSIGNED_INT_24_8_NV data can also be used for textures; this provides a more efficient way to supply data for a 24-bit depth texture.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_DEPTH_STENCIL_NV
Accepted by theformat
parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage, and by thetype
parameter of CopyPixels.static int
GL_UNSIGNED_INT_24_8_NV
Accepted by thetype
parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage.
-
-
-
Field Detail
-
GL_DEPTH_STENCIL_NV
public static final int GL_DEPTH_STENCIL_NV
Accepted by theformat
parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage, and by thetype
parameter of CopyPixels.- See Also:
- Constant Field Values
-
GL_UNSIGNED_INT_24_8_NV
public static final int GL_UNSIGNED_INT_24_8_NV
Accepted by thetype
parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage.- See Also:
- Constant Field Values
-
-