Class 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 and ARB_depth_texture.

    • Field Summary

      Fields 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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:
        Constant Field Values