2005-02-15 12:05:36 +01:00
|
|
|
/* MACHINE GENERATED FILE, DO NOT EDIT */
|
|
|
|
|
|
2004-02-08 21:41:00 +01:00
|
|
|
package org.lwjgl.opengl;
|
2002-08-30 23:30:40 +02:00
|
|
|
|
2005-05-05 12:02:45 +02:00
|
|
|
import org.lwjgl.LWJGLException;
|
|
|
|
|
import org.lwjgl.BufferChecks;
|
|
|
|
|
import java.nio.*;
|
2004-11-25 23:20:45 +01:00
|
|
|
|
2005-02-15 12:05:36 +01:00
|
|
|
public final class NVFogDistance {
|
|
|
|
|
public static final int GL_FOG_DISTANCE_MODE_NV = 0x855a;
|
2005-06-29 09:39:28 +02:00
|
|
|
public static final int GL_EYE_RADIAL_NV = 0x855b;
|
|
|
|
|
public static final int GL_EYE_PLANE_ABSOLUTE_NV = 0x855c;
|
2004-07-31 11:34:09 +02:00
|
|
|
|
|
|
|
|
private NVFogDistance() {
|
|
|
|
|
}
|
2005-02-15 12:05:36 +01:00
|
|
|
|
2003-08-17 18:38:57 +02:00
|
|
|
}
|