mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2025-12-06 08:01:59 +01:00
18 lines
394 B
Java
18 lines
394 B
Java
/* MACHINE GENERATED FILE, DO NOT EDIT */
|
|
|
|
package org.lwjgl.opengl;
|
|
|
|
import org.lwjgl.LWJGLException;
|
|
import org.lwjgl.BufferChecks;
|
|
import java.nio.*;
|
|
|
|
public final class NVFogDistance {
|
|
public static final int GL_FOG_DISTANCE_MODE_NV = 0x855a;
|
|
public static final int GL_EYE_RADIAL_NV = 0x855b;
|
|
public static final int GL_EYE_PLANE_ABSOLUTE_NV = 0x855c;
|
|
|
|
private NVFogDistance() {
|
|
}
|
|
|
|
}
|