Skip to main content

Struct WgpuPrimitiveState

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuPrimitiveState

Inherited Members

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

Properties

Conservative

public bool Conservative { get; init; }

Property Value

bool

CullMode

public WgpuCullMode CullMode { get; init; }

Property Value

WgpuCullMode

FrontFace

public WgpuFrontFace FrontFace { get; init; }

Property Value

WgpuFrontFace

PolygonMode

public WgpuPolygonMode PolygonMode { get; init; }

Property Value

WgpuPolygonMode

StripIndexFormat

public WgpuIndexFormat? StripIndexFormat { get; init; }

Property Value

WgpuIndexFormat?

Topology

public WgpuPrimitiveTopology Topology { get; init; }

Property Value

WgpuPrimitiveTopology

UnclippedDepth

public bool UnclippedDepth { get; init; }

Property Value

bool