Class NVLightMaxExponent

java.lang.Object
org.lwjgl.opengl.NVLightMaxExponent

public final class NVLightMaxExponent extends Object
Native bindings to the NV_light_max_exponent extension.

Default OpenGL does not permit a shininess or spot exponent over 128.0. This extension permits implementations to support and advertise a maximum shininess and spot exponent beyond 128.0.

  • Field Details

    • GL_MAX_SHININESS_NV

      public static final int GL_MAX_SHININESS_NV
      Accepted by the pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev
      See Also:
    • GL_MAX_SPOT_EXPONENT_NV

      public static final int GL_MAX_SPOT_EXPONENT_NV
      Accepted by the pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev
      See Also: