Class ARBShadowAmbient

java.lang.Object
org.lwjgl.opengl.ARBShadowAmbient

public final class ARBShadowAmbient extends 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 and ARB_depth_texture.

  • Field Details

    • GL_TEXTURE_COMPARE_FAIL_VALUE_ARB

      public static final int GL_TEXTURE_COMPARE_FAIL_VALUE_ARB
      Accepted by the pname parameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv.
      See Also: