The image subresource describes a subset of a full resource. More...
#include <kanzi/gfx/types.hpp>
Public Attributes | |
| uint16_t | arrayIndex |
| The array index. | |
| uint8_t | faceIndex |
| For a cubemap, the face index. The order of the faces is: +X, -X, +Y, -Y, +Z, -Z. | |
| uint8_t | mipLevel |
| The mip level. | |
The image subresource describes a subset of a full resource.
| uint16_t kanzi::gfx::ImageSubresource::arrayIndex |
The array index.
| uint8_t kanzi::gfx::ImageSubresource::mipLevel |
The mip level.
| uint8_t kanzi::gfx::ImageSubresource::faceIndex |
For a cubemap, the face index. The order of the faces is: +X, -X, +Y, -Y, +Z, -Z.