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

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

Go to download

The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.opengl;

/**
 * Native bindings to the S3_s3tc extension.
 * 
 * 

This extension allows specifying texture data in compressed S3TC format.

*/ public final class S3S3TC { /** Accepted by the ??? parameter of ??? (presumably by the {@code format} argument of TexImage2D?. */ public static final int GL_RGB_S3TC = 0x83A0, GL_RGB4_S3TC = 0x83A1, GL_RGBA_S3TC = 0x83A2, GL_RGBA4_S3TC = 0x83A3, GL_RGBA_DXT5_S3TC = 0x83A4, GL_RGBA4_DXT5_S3TC = 0x83A5; private S3S3TC() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy