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::BufferBinding Struct Reference

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.

Detailed Description

A buffer range bound through a bind group.

Member Data Documentation

◆ buffer

BufferRef donner::gpu::BufferBinding::buffer

Bound buffer.

◆ offsetBytes

uint64_t donner::gpu::BufferBinding::offsetBytes = 0

Byte offset of the bound range.

◆ sizeBytes

uint64_t donner::gpu::BufferBinding::sizeBytes = 0

Byte size of the bound range. Must be nonzero.


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