|
|
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.
|
A buffer range bound through a bind group. More...
#include "donner/gpu/Descriptors.h"
Public Attributes | |
| BufferRef | buffer |
| Bound buffer. | |
| uint64_t | offsetBytes = 0 |
| Byte offset of the bound range. | |
| uint64_t | sizeBytes = 0 |
| Byte size of the bound range. Must be nonzero. | |
A buffer range bound through a bind group.
| BufferRef donner::gpu::BufferBinding::buffer |
Bound buffer.
| uint64_t donner::gpu::BufferBinding::offsetBytes = 0 |
Byte offset of the bound range.
| uint64_t donner::gpu::BufferBinding::sizeBytes = 0 |
Byte size of the bound range. Must be nonzero.