mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-28 11:24:16 +01:00
17 lines
355 B
Java
17 lines
355 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 ATITextureMirrorOnce {
|
|
public static final int GL_MIRROR_CLAMP_TO_EDGE_ATI = 0x8743;
|
|
public static final int GL_MIRROR_CLAMP_ATI = 0x8742;
|
|
|
|
private ATITextureMirrorOnce() {
|
|
}
|
|
|
|
}
|