|
|
Name | m_name |
| | The user-provided name of the buffer instance.
|
| |
|
BufferBindFlags | m_bindFlags = BufferBindFlags::None |
| | Bind flags of the buffer.
|
| |
|
size_t | m_sizeInBytes = 0 |
| | The memory usage of the buffer on the pool.
|
| |
| float | m_fragmentation = 0.f |
| |
◆ m_fragmentation
| float AZ::RHI::MemoryStatistics::Buffer::m_fragmentation = 0.f |
The fragmentation within the buffer (optional). If supplied, should be computed as: 1 - (largest free block byte size) / (total free memory). Buffers that do not suballocate do not need to provide this quantity
The documentation for this struct was generated from the following file:
- Gems/Atom/RHI/Code/Include/Atom/RHI.Reflect/MemoryStatistics.h