Texture.Format

Supported Texture Format

Values

ValueMeaning
None0

Take this if you want to declare that you give no Format.

RGBGL_RGB

Alias for GL_RGB

RGBAGL_RGBA

Alias for GL_RGBA

BGRGL_BGR

Alias for GL_BGR

BGRAGL_BGRA

Alias for GL_BGRA

RGB8GL_RGB8

8 Bit RGB Format

RGB16GL_RGB16

16 Bit RGB Format

RGBA8GL_RGBA8

8 Bit RGBA Format

RGBA16GL_RGBA16

16 Bit RGBA Format

AlphaGL_ALPHA

Alias for GL_ALPHA

LuminanceGL_LUMINANCE

Alias for GL_LUMINANCE

LuminanceAlphaGL_LUMINANCE_ALPHA

Alias for GL_LUMINANCE_ALPHA

Meta