Struct FlattenedTextureSlot#

Struct Documentation#

struct FlattenedTextureSlot#

One slot in the flattened global texture array: which model the texture came from, and its index within that model’s local texture list.

Public Functions

bool operator==(const FlattenedTextureSlot&) const = default#

Public Members

uint32_t model#
uint32_t indexInModel#