#include <CompressionInterfaceAPI.h>
Public Member Functions | |
AZ_TYPE_INFO_WITH_NAME_DECL (CompressionOptions) | |
AZ_RTTI_NO_TYPE_INFO_DECL () | |
Structure which can be used to supply custom options to the compression interface CompressBlock function The expected use is that the derived ICompressionInterface class implements the CompressionOptions struct and additional fields for specifying compression options When the derived compression interface classes in their CompressBlock function would use a call to AZ rtti cast to cast the struct to the correct type derived type `azrtti_cast<derived-compression-options*>(&compressionOptions);