#include <DecompressionInterfaceAPI.h>
Public Member Functions | |
AZ_TYPE_INFO_WITH_NAME_DECL (DecompressionOptions) | |
AZ_RTTI_NO_TYPE_INFO_DECL () | |
Structure which can be used to supply custom options to the decompression interface DeompressBlock function The expected use is that the derived IDeCompressionInterface class implements the Decompression struct and additional fields for specifying decompression options When the derived compressed interface classes in their DecompressBlock function would use a call to AZ rtti cast to cast the struct to the correct type derived type `azrtti_cast<derived-decompression-options*>(&decompressionOptions);