|
constexpr | operator bool () const |
| Returns a boolean true if compression has completed.
|
|
AZ::u64 | GetCompressedByteCount () const |
| Retrieves the compressed byte size.
|
|
AZStd::byte * | GetCompressedByteData () const |
| Retrieves the memory address of the compressed data.
|
|
◆ GetCompressedByteCount()
AZ::u64 Compression::CompressionResultData::GetCompressedByteCount |
( |
| ) |
const |
|
inline |
Retrieves the compressed byte size.
Retrieves the compressed data size.
◆ m_compressedBuffer
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