Package org.lwjgl.opengl
Class ARBDepthTexture
- java.lang.Object
-
- org.lwjgl.opengl.ARBDepthTexture
-
public final class ARBDepthTexture extends java.lang.ObjectNative bindings to the ARB_depth_texture extension.This extension defines a new depth texture format. An important application of depth texture images is shadow casting, but separating this from the shadow extension allows for the potential use of depth textures in other applications such as image-based rendering or displacement mapping. This extension does not define new depth-texture environment functions, such as filtering or applying the depth values computed from a texture but leaves this to other extensions, such as the shadow extension.
Promoted to core in
OpenGL 1.4.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_DEPTH_COMPONENT16_ARB
GL_DEPTH_COMPONENT24_ARB
GL_DEPTH_COMPONENT32_ARBAccepted by theinternalFormatparameter of TexImage1D, TexImage2D, CopyTexImage1D and CopyTexImage2D.static intGL_DEPTH_TEXTURE_MODE_ARBAccepted by thepnameparameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv.static intGL_TEXTURE_DEPTH_SIZE_ARBAccepted by thepnameparameter of GetTexLevelParameterfv and GetTexLevelParameteriv.
-
-
-
Field Detail
-
GL_DEPTH_COMPONENT16_ARB, GL_DEPTH_COMPONENT24_ARB, GL_DEPTH_COMPONENT32_ARB
Accepted by theinternalFormatparameter of TexImage1D, TexImage2D, CopyTexImage1D and CopyTexImage2D.
-
GL_TEXTURE_DEPTH_SIZE_ARB
Accepted by thepnameparameter of GetTexLevelParameterfv and GetTexLevelParameteriv.
-
GL_DEPTH_TEXTURE_MODE_ARB
Accepted by thepnameparameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv.
-
-