Struct WgpuFragmentState
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuFragmentState
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
EntryPoint
public string EntryPoint { get; init; }
Property Value
Module
public WgpuShaderModule Module { get; init; }
Property Value
Targets
public IReadOnlyList<WgpuColorTargetState> Targets { get; init; }