Module texture_formats

Module texture_formats 

Source
Expand description

WebGL2 internal texture formats.

This module defines the formats that can be used with the TextureInternalFormat trait.

Structsยง

LuminanceAlpha
Luminance alpha texture internal format.
R16f
R16F texture internal format.
Rgb
RGB texture internal format.
Rgba
RGBA texture internal format.