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::CompressionOptions Struct Reference

#include <CompressionInterfaceAPI.h>

Public Member Functions

 AZ_TYPE_INFO_WITH_NAME_DECL (CompressionOptions)
 
 AZ_RTTI_NO_TYPE_INFO_DECL ()
 

Detailed Description

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


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