Package org.lwjgl.opengl
Class WGLNVRenderDepthTexture
- java.lang.Object
-
- org.lwjgl.opengl.WGLNVRenderDepthTexture
-
public final class WGLNVRenderDepthTexture extends java.lang.Object
Native bindings to the WGL_NV_render_depth_texture extension.This extension allows a depth buffer to be used for both rendering and texturing. It is built upon the ARB_render_texture extension; the only addition in this extension is the ability to use a depth buffer as a DEPTH_COMPONENT texture map.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
WGL_BIND_TO_TEXTURE_DEPTH_NV
WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NVAccepted by thepiAttributes
parameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIList
andpfAttribIList
parameters of wglChoosePixelFormatARB.static int
WGL_DEPTH_COMPONENT_NV
Accepted by theiBuffer
parameter of wglBindTexImageARB.static int
WGL_DEPTH_TEXTURE_FORMAT_NV
Accepted by thepiAttribList
parameter of wglCreatePbufferARB and by theiAttribute
parameter of wglQueryPbufferARB.static int
WGL_NO_TEXTURE_ARB
WGL_TEXTURE_DEPTH_COMPONENT_NVAccepted as a value in thepiAttribList
parameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttribute
is WGL_DEPTH_TEXTURE_FORMAT_NV.
-
-
-
Field Detail
-
WGL_BIND_TO_TEXTURE_DEPTH_NV, WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV
Accepted by thepiAttributes
parameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIList
andpfAttribIList
parameters of wglChoosePixelFormatARB.
-
WGL_DEPTH_TEXTURE_FORMAT_NV
Accepted by thepiAttribList
parameter of wglCreatePbufferARB and by theiAttribute
parameter of wglQueryPbufferARB.
-
WGL_TEXTURE_DEPTH_COMPONENT_NV, WGL_NO_TEXTURE_ARB
Accepted as a value in thepiAttribList
parameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttribute
is WGL_DEPTH_TEXTURE_FORMAT_NV.
-
WGL_DEPTH_COMPONENT_NV
Accepted by theiBuffer
parameter of wglBindTexImageARB.
-
-