Skip to main content

Struct WgpuPipelineLayoutDescriptor

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuPipelineLayoutDescriptor

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

BindGroupLayouts

public IReadOnlyList<WgpuBindGroupLayout> BindGroupLayouts { get; init; }

Property Value

IReadOnlyList<WgpuBindGroupLayout>

Label

public string? Label { get; init; }

Property Value

string?