Struct FlattenedTexturePlan#
Defined in File ObjectDescription.ixx
Struct Documentation#
-
struct FlattenedTexturePlan#
Result of flattening every model’s textures into the global array, in model order - the same order assignTextureOffsets advances
offsetin.slotsis either empty (no textures at all) or padded to exactlymaxSlotsentries by repeatingslots.front()(every fixed-size descriptor binding slot must hold a valid descriptor).requestedCountis the sum of textures across every model, even past the cap, so the caller can report the true overflow instead of just the collected count.