mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2025-12-06 08:01:59 +01:00
16 lines
274 B
Java
16 lines
274 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 NVDepthClamp {
|
|
public static final int GL_DEPTH_CLAMP_NV = 0x864f;
|
|
|
|
private NVDepthClamp() {
|
|
}
|
|
|
|
}
|