Expand description
WebGL2 internal texture formats.
This module defines the formats that can be used with the
TextureInternalFormat trait.
Structsยง
- Luminance
Alpha - Luminance alpha texture internal format.
- R16f
- R16F texture internal format.
- Rgb
- RGB texture internal format.
- Rgba
- RGBA texture internal format.