Package org.lwjgl.opengl
Class NVLightMaxExponent
- java.lang.Object
-
- org.lwjgl.opengl.NVLightMaxExponent
-
public final class NVLightMaxExponent extends java.lang.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 Summary
Fields Modifier and Type Field and Description static int
GL_MAX_SHININESS_NV
GL_MAX_SPOT_EXPONENT_NVAccepted by thepname
parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev
-
-
-
Field Detail
-
GL_MAX_SHININESS_NV, GL_MAX_SPOT_EXPONENT_NV
Accepted by thepname
parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev
-
-