|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
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.