2005-02-15 11:05:36 +00:00
|
|
|
/* MACHINE GENERATED FILE, DO NOT EDIT */
|
|
|
|
|
|
2004-02-08 20:41:00 +00:00
|
|
|
package org.lwjgl.opengl;
|
2002-08-30 21:30:40 +00:00
|
|
|
|
2005-05-05 10:02:45 +00:00
|
|
|
import org.lwjgl.LWJGLException;
|
|
|
|
|
import org.lwjgl.BufferChecks;
|
|
|
|
|
import java.nio.*;
|
2004-11-25 22:20:45 +00:00
|
|
|
|
2005-02-15 11:05:36 +00:00
|
|
|
public final class NVLightMaxExponent {
|
2004-11-25 22:20:45 +00:00
|
|
|
public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8505;
|
2005-02-15 11:05:36 +00:00
|
|
|
public static final int GL_MAX_SHININESS_NV = 0x8504;
|
2004-07-31 09:34:09 +00:00
|
|
|
|
|
|
|
|
private NVLightMaxExponent() {
|
|
|
|
|
}
|
2005-02-15 11:05:36 +00:00
|
|
|
|
2003-08-17 16:38:57 +00:00
|
|
|
}
|