Represents a staging buffer upload. More...
#include <kanzi/core.ui/graphics/rolling_staging_buffer.hpp>
Public Attributes | |
| gfx::BufferHandleGuard | buffer |
| The Kanzi graphics buffer handle that contains the data. | |
| uint16_t | generation |
| The generation. Used to determine when an upload is stale. | |
| uint32_t | offset |
| An offset into the buffer where the data is located. | |
Represents a staging buffer upload.
| uint16_t kanzi::StagingBufferUpload::generation |
The generation. Used to determine when an upload is stale.
| gfx::BufferHandleGuard kanzi::StagingBufferUpload::buffer |
The Kanzi graphics buffer handle that contains the data.
| uint32_t kanzi::StagingBufferUpload::offset |
An offset into the buffer where the data is located.