Package org.lwjgl.opengl
Class ARBShadowAmbient
java.lang.Object
org.lwjgl.opengl.ARBShadowAmbient
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 and ARB_depth_texture.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by thepnameparameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv. -
Method Summary
-
Field Details
-
GL_TEXTURE_COMPARE_FAIL_VALUE_ARB
public static final int GL_TEXTURE_COMPARE_FAIL_VALUE_ARBAccepted by thepnameparameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv.- See Also:
-