Package org.lwjgl.opengl
Class S3S3TC
- java.lang.Object
-
- org.lwjgl.opengl.S3S3TC
-
public final class S3S3TC extends java.lang.Object
Native bindings to the S3_s3tc extension.This extension allows specifying texture data in compressed S3TC format.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_RGB_S3TC
GL_RGB4_S3TC
GL_RGBA_DXT5_S3TC
GL_RGBA_S3TC
GL_RGBA4_DXT5_S3TC
GL_RGBA4_S3TCAccepted by the ??? parameter of ??? (presumably by theformat
argument of TexImage2D?.
-
-
-
Field Detail
-
GL_RGB_S3TC, GL_RGB4_S3TC, GL_RGBA_S3TC, GL_RGBA4_S3TC, GL_RGBA_DXT5_S3TC, GL_RGBA4_DXT5_S3TC
Accepted by the ??? parameter of ??? (presumably by theformat
argument of TexImage2D?.
-
-