Kanzi 4.0.0-beta2
kanzi::CommandRecorder::BufferStats Struct Reference

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.
 

Detailed Description

The statistics for a staging buffer.

Member Data Documentation

◆ name

string kanzi::CommandRecorder::BufferStats::name

The buffer name.

◆ usedBytes

uint64_t kanzi::CommandRecorder::BufferStats::usedBytes

The number of bytes that are used.

◆ totalSize

uint64_t kanzi::CommandRecorder::BufferStats::totalSize

The size of the buffer in bytes.


The documentation for this struct was generated from the following file: