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

Descriptor for Device::createBindGroupLayout. More...

#include "donner/gpu/Descriptors.h"

Public Attributes

RcString label
 Debug label.
std::vector< BindGroupLayoutEntryentries
 Entries; binding indices must be unique.

Detailed Description

Member Data Documentation

◆ entries

std::vector<BindGroupLayoutEntry> donner::gpu::BindGroupLayoutDescriptor::entries

Entries; binding indices must be unique.

◆ label

RcString donner::gpu::BindGroupLayoutDescriptor::label

Debug label.


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