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.
Loading...
Searching...
No Matches
donner::gpu::SetVertexBufferCommand Struct Reference

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.

Detailed Description

Recorded setVertexBuffer.

Member Data Documentation

◆ bufferSlot

uint32_t donner::gpu::SetVertexBufferCommand::bufferSlot = 0

Buffer slot index.

◆ offsetBytes

uint64_t donner::gpu::SetVertexBufferCommand::offsetBytes = 0

Byte offset of the first element.

◆ slot

uint32_t donner::gpu::SetVertexBufferCommand::slot = 0

Vertex buffer slot index in the pipeline layout.


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