Skip to main content

Struct WgpuRenderPassDescriptor

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuRenderPassDescriptor

Inherited Members

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

Properties

ColorAttachments

public IReadOnlyList<WgpuRenderPassColorAttachment> ColorAttachments { get; init; }

Property Value

IReadOnlyList<WgpuRenderPassColorAttachment>

DepthStencilAttachment

public WgpuRenderPassDepthStencilAttachment? DepthStencilAttachment { get; init; }

Property Value

WgpuRenderPassDepthStencilAttachment?

Label

public string? Label { get; init; }

Property Value

string?