public final class APPLETextureFormatBGRA8888
extends java.lang.Object
This extension introduces BGRA_EXT as an acceptable external format. This avoids byte swizzling when loading RGBA internal format textures, which may be stored in BGRA order internally.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_BGRA_EXT
Accepted by the
format parameters of TexImage2D and TexSubImage2D. |
static int |
GL_BGRA8_EXT
Accepted by the
internalformat parameters of TexStorage2D and TexStorage3D. |
public static final int GL_BGRA_EXT
format parameters of TexImage2D and TexSubImage2D.public static final int GL_BGRA8_EXT
internalformat parameters of TexStorage2D and TexStorage3D.Copyright LWJGL. All Rights Reserved. License terms.