Description of a single slice of initial data. More...
#include <kanzi/gfx/create_info.hpp>
Public Attributes | |
| uint16_t | arrayIndex |
| The array index. | |
| span< const byte > | data |
| Initial data for the image slice. | |
| uint8_t | face |
| The face index. | |
| uint8_t | mip |
| The mip level. | |
Description of a single slice of initial data.
| uint8_t kanzi::gfx::ImageCreateInfo::SliceInitialData::mip |
The mip level.
| uint8_t kanzi::gfx::ImageCreateInfo::SliceInitialData::face |
The face index.
| uint16_t kanzi::gfx::ImageCreateInfo::SliceInitialData::arrayIndex |
The array index.
Initial data for the image slice.