|
|
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.
|
Descriptor for Device::createBindGroup. More...
#include "donner/gpu/Descriptors.h"
Public Attributes | |
| RcString | label |
| Debug label. | |
| BindGroupLayoutRef | layout |
| Layout the entries must match exactly. | |
| std::vector< BindGroupEntry > | entries |
| One entry per layout binding. | |
Descriptor for Device::createBindGroup.
| std::vector<BindGroupEntry> donner::gpu::BindGroupDescriptor::entries |
One entry per layout binding.
| RcString donner::gpu::BindGroupDescriptor::label |
Debug label.
| BindGroupLayoutRef donner::gpu::BindGroupDescriptor::layout |
Layout the entries must match exactly.