Skip to main content

Struct WgpuVertexState

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuVertexState

Inherited Members

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

Properties

Buffers

public IReadOnlyList<WgpuVertexBufferLayout>? Buffers { get; init; }

Property Value

IReadOnlyList<WgpuVertexBufferLayout>?

EntryPoint

public string EntryPoint { get; init; }

Property Value

string

Module

public WgpuShaderModule Module { get; init; }

Property Value

WgpuShaderModule