Package org.lwjgl.opengl
Class WGLNVRenderDepthTexture
java.lang.Object
org.lwjgl.opengl.WGLNVRenderDepthTexture
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.static final intAccepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.static final intAccepted by theiBufferparameter of wglBindTexImageARB.static final intAccepted by thepiAttribListparameter of wglCreatePbufferARB and by theiAttributeparameter of wglQueryPbufferARB.static final intAccepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_DEPTH_TEXTURE_FORMAT_NV.static final intAccepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_DEPTH_TEXTURE_FORMAT_NV. -
Method Summary
-
Field Details
-
WGL_BIND_TO_TEXTURE_DEPTH_NV
public static final int WGL_BIND_TO_TEXTURE_DEPTH_NVAccepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.- See Also:
-
WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV
public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NVAccepted by thepiAttributesparameter of wglGetPixelFormatAttribivARB, wglGetPixelFormatAttribfvARB, and thepiAttribIListandpfAttribIListparameters of wglChoosePixelFormatARB.- See Also:
-
WGL_DEPTH_TEXTURE_FORMAT_NV
public static final int WGL_DEPTH_TEXTURE_FORMAT_NVAccepted by thepiAttribListparameter of wglCreatePbufferARB and by theiAttributeparameter of wglQueryPbufferARB.- See Also:
-
WGL_TEXTURE_DEPTH_COMPONENT_NV
public static final int WGL_TEXTURE_DEPTH_COMPONENT_NVAccepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_DEPTH_TEXTURE_FORMAT_NV.- See Also:
-
WGL_NO_TEXTURE_ARB
public static final int WGL_NO_TEXTURE_ARBAccepted as a value in thepiAttribListparameter of wglCreatePbufferARB and returned in the value parameter of wglQueryPbufferARB wheniAttributeis WGL_DEPTH_TEXTURE_FORMAT_NV.- See Also:
-
WGL_DEPTH_COMPONENT_NV
public static final int WGL_DEPTH_COMPONENT_NVAccepted by theiBufferparameter of wglBindTexImageARB.- See Also:
-