Describes a Vertex Buffer Binding. More...
#include <kanzi/gfx/commands.hpp>
Public Attributes | |
| BufferHandleGuard | buffer |
| The buffer handle. Buffer must have BufferUsageFlag::VertexBuffer. | |
| uint32_t | offset |
| The buffer offset in bytes. The offset must be such that the alignments of all vertex attributes of the binding remain valid. | |
Describes a Vertex Buffer Binding.
| BufferHandleGuard kanzi::gfx::VertexBufferBinding::buffer |
The buffer handle. Buffer must have BufferUsageFlag::VertexBuffer.
| uint32_t kanzi::gfx::VertexBufferBinding::offset |
The buffer offset in bytes. The offset must be such that the alignments of all vertex attributes of the binding remain valid.