Skip to main content

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

string?

MappedAtCreation

public bool MappedAtCreation { get; init; }

Property Value

bool

Size

public ulong Size { get; init; }

Property Value

ulong

Usage

public WgpuBufferUsage Usage { get; init; }

Property Value

WgpuBufferUsage