Package org.lwjgl.opengl
Class ARBShadowAmbient
- java.lang.Object
-
- org.lwjgl.opengl.ARBShadowAmbient
-
public final class ARBShadowAmbient extends java.lang.Object
Native bindings to the ARB_shadow_ambient extension.This extension allows the user to specify the texture value to use when the texture compare function fails. Normally this value is zero. By allowing an arbitrary value we can get functionality which otherwise requires an advanced texture combine extension (such as NV_register_combiners) and multiple texture units.
Requires
ARB_shadow
andARB_depth_texture
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_TEXTURE_COMPARE_FAIL_VALUE_ARB
Accepted by thepname
parameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv.
-
-
-
Field Detail
-
GL_TEXTURE_COMPARE_FAIL_VALUE_ARB
public static final int GL_TEXTURE_COMPARE_FAIL_VALUE_ARB
Accepted by thepname
parameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv.- See Also:
- Constant Field Values
-
-