Package org.lwjgl.opengl
Class NVDepthBufferFloat
java.lang.Object
org.lwjgl.opengl.NVDepthBufferFloat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameterivEXT:static final int
Accepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameterivEXT:static final int
Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glClearDepthdNV
(double d) static void
glDepthBoundsdNV
(double zmin, double zmax) static void
glDepthRangedNV
(double n, double f)
-
Field Details
-
GL_DEPTH_COMPONENT32F_NV
public static final int GL_DEPTH_COMPONENT32F_NVAccepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameterivEXT:- See Also:
-
GL_DEPTH32F_STENCIL8_NV
public static final int GL_DEPTH32F_STENCIL8_NVAccepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameterivEXT:- See Also:
-
GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV
public static final int GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NVAccepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage:- See Also:
-
GL_DEPTH_BUFFER_FLOAT_MODE_NV
public static final int GL_DEPTH_BUFFER_FLOAT_MODE_NVAccepted by the <pname> parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
-
Method Details
-
glDepthRangedNV
public static void glDepthRangedNV(double n, double f) -
glClearDepthdNV
public static void glClearDepthdNV(double d) -
glDepthBoundsdNV
public static void glDepthBoundsdNV(double zmin, double zmax)
-