Struct ResourceExperiment::ImageMetadata

Nested Relationships

This struct is a nested type of Class ResourceExperiment.

Struct Documentation

struct ImageMetadata

Information about an user image so that an image data blob can be interpreted.

Public Members

uint32_t totalSize
uint32_t width
uint32_t height
uint32_t depth

Depth value of the 3d texture. Default value: 0.

uint32_t slices

One slice describes one texture and all its subresources. Default number of slices: 1.

uint32_t mips

The number of MIP levels. Default value: 1 (no additional MIP levels).

uint64_t format