org.lwjgl.opengl.ATITextureCompression3DC Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengl Show documentation
Show all versions of lwjgl-opengl Show documentation
The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengl;
/** This extension is undocumented. See 3Dc™ White Paper for information. */
public final class ATITextureCompression3DC {
/** Accepted by the {@code internalformat} parameter of TexImage functions. */
public static final int GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI = 0x8837;
private ATITextureCompression3DC() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy