◆ GetUncompressedByteCount()
AZ::u64 Compression::DecompressionResultData::GetUncompressedByteCount |
( |
| ) |
const |
|
inline |
Retrieves the uncompressed size of the decompressed data.
Retrieves the uncompressed size of the decompression data from the span
◆ GetUncompressedByteData()
AZStd::byte * Compression::DecompressionResultData::GetUncompressedByteData |
( |
| ) |
const |
|
inline |
Retrieves the memory address where the uncompressed data is stored
◆ m_uncompressedBuffer
AZStd::span<AZStd::byte> Compression::DecompressionResultData::m_uncompressedBuffer |
Will be set to the memory address of the uncompressed buffer The size of the span will be set to actual uncompressed size
The documentation for this struct was generated from the following files:
- Gems/Compression/Code/Include/Compression/DecompressionInterfaceAPI.h
- Gems/Compression/Code/Include/Compression/DecompressionInterfaceAPI.inl