Open 3D Engine Compression Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Compression::DecompressionOptions Struct Reference

#include <DecompressionInterfaceAPI.h>

Public Member Functions

 AZ_TYPE_INFO_WITH_NAME_DECL (DecompressionOptions)
 
 AZ_RTTI_NO_TYPE_INFO_DECL ()
 

Detailed Description

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);


The documentation for this struct was generated from the following files: