|
AZStd::span< AZStd::byte > | m_uncompressedBuffer |
|
DecompressionResult | m_result { DecompressionResult::PendingStart } |
| Stores result code of whether the operation succeeded.
|
|
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
AZStd::byte * Compression::DecompressionResultData::GetUncompressedByteData |
( |
| ) |
const |
|
inline |
Retrieves the memory address where the uncompressed data is stored
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