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
CullMode
public WgpuCullMode CullMode { get; init; }
Property Value
FrontFace
public WgpuFrontFace FrontFace { get; init; }
Property Value
PolygonMode
public WgpuPolygonMode PolygonMode { get; init; }
Property Value
StripIndexFormat
public WgpuIndexFormat? StripIndexFormat { get; init; }
Property Value
Topology
public WgpuPrimitiveTopology Topology { get; init; }
Property Value
UnclippedDepth
public bool UnclippedDepth { get; init; }