Struct WgpuVertexBufferLayout
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuVertexBufferLayout
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
ArrayStride
public ulong ArrayStride { get; init; }
Property Value
Attributes
public IReadOnlyList<WgpuVertexAttribute> Attributes { get; init; }
Property Value
IReadOnlyList<WgpuVertexAttribute>
StepMode
public WgpuVertexStepMode StepMode { get; init; }