|
AZStd::span< AZStd::byte > | m_compressedBuffer |
|
CompressionResult | m_result { CompressionResult::PendingStart } |
| Stores result code of whether the operation succeeded.
|
|
AZ::u64 Compression::CompressionResultData::GetCompressedByteCount |
( |
| ) |
const |
|
inline |
Retrieves the compressed byte size.
Retrieves the compressed data size.
constexpr Compression::CompressionResultData::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Returns a boolean true if compression has completed.
Returns a boolean true if decompression has completed.
AZStd::span<AZStd::byte> Compression::CompressionResultData::m_compressedBuffer |
Will be set to the memory address of the compressed buffer supplied to the compression interface CompressBlock command 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/CompressionInterfaceAPI.h
- Gems/Compression/Code/Include/Compression/CompressionInterfaceAPI.inl