Represents a range of subresources of a single-plane texture: a min/max mip level and min/max array layer.
Readonly
Iterates over the "rectangle" of { level, layer } pairs represented by the range.
{ level, layer }
Iterates over the mip levels represented by the range, each level including an iterator over the array layers at that level.
Generated using TypeDoc
Represents a range of subresources of a single-plane texture: a min/max mip level and min/max array layer.