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