Struct WgpuTextureDataLayout
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuTextureDataLayout
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
BytesPerRow
public uint? BytesPerRow { get; init; }
Property Value
uint?
Offset
public ulong Offset { get; init; }
Property Value
RowsPerImage
public uint? RowsPerImage { get; init; }
Property Value
uint?