lowgl-0.3.1.0: Basic gl wrapper and reference

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Low.ImageFormat

Synopsis

Documentation

data Alpha Source

1-byte alpha channel only.

Constructors

Alpha 

data Luminance Source

1-byte grayscale pixel format.

Constructors

Luminance 

data LuminanceAlpha Source

2-byte luminance and alpha channel format.

Constructors

Luminancealpha 

data RGB Source

3-byte true color pixel format.

Constructors

RGB 

data RGBA Source

4-byte true color plus alpha channel format.

Constructors

RGBA 

data Depth24 Source

24-bit depth format.

Constructors

Depth24 

data Depth24Stencil8 Source

Combination depth and stencil format.

Constructors

Depth24Stencil8