The statistics for a staging buffer. More...
#include <kanzi/core.ui/graphics/command_recorder.hpp>
Public Attributes | |
| string | name |
| The buffer name. | |
| uint64_t | totalSize |
| The size of the buffer in bytes. | |
| uint64_t | usedBytes |
| The number of bytes that are used. | |
The statistics for a staging buffer.
| string kanzi::CommandRecorder::BufferStats::name |
The buffer name.
| uint64_t kanzi::CommandRecorder::BufferStats::usedBytes |
The number of bytes that are used.
| uint64_t kanzi::CommandRecorder::BufferStats::totalSize |
The size of the buffer in bytes.