org.lwjgl.opengles.EXTTextureRg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl Show documentation
Show all versions of lwjgl Show documentation
Lighweight Java Game Library
/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengles;
import org.lwjgl.*;
import java.nio.*;
public final class EXTTextureRg {
/**
* Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D,
* and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:
*/
public static final int GL_RED_EXT = 0x1903,
GL_RG_EXT = 0x8227;
/**
* Accepted by the <internalformat> parameter of RenderbufferStorage and
* RenderbufferStorageMultisampleAPPLE:
*/
public static final int GL_R8_EXT = 0x8229,
GL_RG8_EXT = 0x822B;
private EXTTextureRg() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy