Vixen
02b45cc4
csharp
public readonly record struct WgpuBufferDescriptor

What to create a WebGPU buffer as.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public long Size

    Its size in bytes.

  • public WgpuBufferUsage Usage

    Everything it will be used for.

  • public string Label

    A name for the debugger and the implementation's error messages.

Methods (1)

  • public WgpuBufferDescriptor(long Size, WgpuBufferUsage Usage, string Label = "")

    What to create a WebGPU buffer as.

Used by (5)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • IWebGpuBindingVixen.Graphics.WebGPU
  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU