public final class NVLightMaxExponent
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_MAX_SHININESS_NV
Accepted by the
pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev |
static int |
GL_MAX_SPOT_EXPONENT_NV
Accepted by the
pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev |
public static final int GL_MAX_SHININESS_NV
pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublevpublic static final int GL_MAX_SPOT_EXPONENT_NV
pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublevCopyright LWJGL. All Rights Reserved. License terms.