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

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< BindGroupEntryentries
 One entry per layout binding.

Detailed Description

Descriptor for Device::createBindGroup.

Member Data Documentation

◆ entries

std::vector<BindGroupEntry> donner::gpu::BindGroupDescriptor::entries

One entry per layout binding.

◆ label

RcString donner::gpu::BindGroupDescriptor::label

Debug label.

◆ layout

BindGroupLayoutRef donner::gpu::BindGroupDescriptor::layout

Layout the entries must match exactly.


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