Constant IMAGE_TILING_TYPE_LINEAR
pub const IMAGE_TILING_TYPE_LINEAR: u32 = 0; // 0u32
Expand description
Equivalent to Vulkan’s linear tiling.
Pixels are arranged in the image buffer in row-major order. Each row may have some padding bytes.
Default for ImageTilingTypeIdValue
.