pub const IMAGE_TILING_TYPE_LINEAR: u32 = 0;
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
.
pub const IMAGE_TILING_TYPE_LINEAR: u32 = 0;
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
.