Skip to main content

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

string

Module

public WgpuShaderModule Module { get; init; }

Property Value

WgpuShaderModule

Targets

public IReadOnlyList<WgpuColorTargetState> Targets { get; init; }

Property Value

IReadOnlyList<WgpuColorTargetState>