Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FDDSFile
Syntax
TArray64< uint8 > MipRawData
Remarks
When we allocate the mips ourselves, we keep all storage together in a single allocation, namely this one, and the mips point into it. With CREATE_FLAG_NO_MIP_STORAGE_ALLOC, we don't own the underlying memory and this array is unused.