Module layout

Source
Expand description

The layout implementation, builders, descriptors. Defines layout and buffer of our images.

Structs§

CanvasLayout
The layout of a full frame, with all planes and color.
ChannelBytes
A layout with uniformly spaced (color) channels.
ChannelLayout
A typed layout with uniform spaced (color) channels.
ChannelSpec
The strides of uniformly spaced (color) channels.
LayoutError
Error that occurs when constructing a layout.
PlanarLayout
The typed matrix layout of a single plane of the image.
PlaneBytes
The byte matrix layout of a single plane of the image.
RowLayoutDescription
Describe a row-major rectangular matrix layout.
SampleParts
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.
SampleBits
The bit-placement of samples within a texel.