All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengl.ATITextureCompression3DC Maven / Gradle / Ivy

/*
 * 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 - 2024 Weber Informatics LLC | Privacy Policy