mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-25 01:50:42 +01:00
18 lines
422 B
Java
18 lines
422 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 EXTTextureMirrorClamp {
|
|
public static final int GL_MIRROR_CLAMP_EXT = 0x8742;
|
|
public static final int GL_MIRROR_CLAMP_TO_EDGE_EXT = 0x8743;
|
|
public static final int GL_MIRROR_CLAMP_TO_BORDER_EXT = 0x8912;
|
|
|
|
private EXTTextureMirrorClamp() {
|
|
}
|
|
|
|
}
|