public final class ARBShadowAmbient
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_TEXTURE_COMPARE_FAIL_VALUE_ARB
Accepted by the
pname parameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv. |
public static final int GL_TEXTURE_COMPARE_FAIL_VALUE_ARB
pname parameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv.Copyright LWJGL. All Rights Reserved. License terms.