Kanzi 4.0.0-beta2
kanzi::gfx::ImageSubresource Struct Reference

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.
 

Detailed Description

The image subresource describes a subset of a full resource.

Since
Kanzi 4.0.0

Member Data Documentation

◆ arrayIndex

uint16_t kanzi::gfx::ImageSubresource::arrayIndex

The array index.

◆ mipLevel

uint8_t kanzi::gfx::ImageSubresource::mipLevel

The mip level.

◆ faceIndex

uint8_t kanzi::gfx::ImageSubresource::faceIndex

For a cubemap, the face index. The order of the faces is: +X, -X, +Y, -Y, +Z, -Z.


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