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

Descriptor for Device::createPipelineLayout. More...

#include "donner/gpu/Descriptors.h"

Public Attributes

RcString label
 Debug label.
std::vector< BindGroupLayoutRefbindGroupLayouts
 Bind group layouts, by group index.

Detailed Description

Member Data Documentation

◆ bindGroupLayouts

std::vector<BindGroupLayoutRef> donner::gpu::PipelineLayoutDescriptor::bindGroupLayouts

Bind group layouts, by group index.

◆ label

RcString donner::gpu::PipelineLayoutDescriptor::label

Debug label.


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