Expand description
The layout implementation, builders, descriptors. Defines layout and buffer of our images.
Structs§
- Canvas
Layout - The layout of a full frame, with all planes and color.
- Channel
Bytes - A layout with uniformly spaced (color) channels.
- Channel
Layout - A typed layout with uniform spaced (color) channels.
- Channel
Spec - The strides of uniformly spaced (color) channels.
- Layout
Error - Error that occurs when constructing a layout.
- Planar
Layout - The typed matrix layout of a single plane of the image.
- Plane
Bytes - The byte matrix layout of a single plane of the image.
- RowLayout
Description - Describe a row-major rectangular matrix layout.
- Sample
Parts - Describes which values are present in a texel.
- Texel
- One Unit of bytes in a texture.
Enums§
- Block
- How many pixels are described by a single texel unit.
- Sample
Bits - The bit-placement of samples within a texel.