Struct WgpuBufferDescriptor
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuBufferDescriptor
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Label
public string? Label { get; init; }
Property Value
MappedAtCreation
public bool MappedAtCreation { get; init; }
Property Value
Size
public ulong Size { get; init; }
Property Value
Usage
public WgpuBufferUsage Usage { get; init; }