pub type ImageTilingTypeIdValue = u32;
Expand description
Specifies how individual pixels are arranged in an image buffer.
The tiling format influences other image parameters, such as dimensions and pixel format, that are supported by the display engines. Display engine drivers currently express this knowledge by setting buffer constraints in sysmem, and by rejecting invalid combinations.
Values other than IMAGE_TILING_TYPE_LINEAR
and
IMAGE_TILING_TYPE_CAPTURE
are an escape hatch. The driver and image
producer are responsible for agreeing on the meaning of the value, through
some mechanism outside the scope of this API.