mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-29 03:44:24 +01:00
14 lines
272 B
Java
14 lines
272 B
Java
/* MACHINE GENERATED FILE, DO NOT EDIT */
|
|
|
|
package org.lwjgl.opengl;
|
|
|
|
|
|
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() {
|
|
}
|
|
|
|
}
|