Kanzi 4.0.0-beta2
kanzi::gfx::ImageCreateInfo::SliceInitialData Struct Reference

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.
 

Detailed Description

Description of a single slice of initial data.

Member Data Documentation

◆ mip

uint8_t kanzi::gfx::ImageCreateInfo::SliceInitialData::mip

The mip level.

◆ face

uint8_t kanzi::gfx::ImageCreateInfo::SliceInitialData::face

The face index.

◆ arrayIndex

uint16_t kanzi::gfx::ImageCreateInfo::SliceInitialData::arrayIndex

The array index.

◆ data

span<const byte> kanzi::gfx::ImageCreateInfo::SliceInitialData::data

Initial data for the image slice.


The documentation for this struct was generated from the following file: