|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Recorded setVertexBuffer. More...
#include "donner/gpu/Commands.h"
Public Attributes | |
| uint32_t | slot = 0 |
| Vertex buffer slot index in the pipeline layout. | |
| uint32_t | bufferSlot = 0 |
| Buffer slot index. | |
| uint64_t | offsetBytes = 0 |
| Byte offset of the first element. | |
Recorded setVertexBuffer.
| uint32_t donner::gpu::SetVertexBufferCommand::bufferSlot = 0 |
Buffer slot index.
| uint64_t donner::gpu::SetVertexBufferCommand::offsetBytes = 0 |
Byte offset of the first element.
| uint32_t donner::gpu::SetVertexBufferCommand::slot = 0 |
Vertex buffer slot index in the pipeline layout.