csharp
public readonly record struct WgpuBufferDescriptorWhat 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 SizeIts size in bytes.
public WgpuBufferUsage UsageEverything it will be used for.
public string LabelA 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