Skip to main content

Struct WgpuOrigin3D

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuOrigin3D

Inherited Members

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

Properties

X

public uint X { get; init; }

Property Value

uint

Y

public uint Y { get; init; }

Property Value

uint

Z

public uint Z { get; init; }

Property Value

uint