csharp
public enum WgpuBufferUsageWhat a WebGPU buffer may be used for.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (11)
NoneNothing.
MapReadMappable for reading.
MapWriteMappable for writing.
CopySrcThe source of a copy.
CopyDstThe destination of a copy.
IndexIndices.
VertexVertex attributes.
UniformA uniform buffer.
StorageA storage buffer.
IndirectIndirect draw or dispatch arguments.
QueryResolveA query resolve target.
Used by (6)
- PushConstantRingVixen.Graphics.WebGPU
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WebGpuConversionsVixen.Graphics.WebGPU
- WebGpuDeviceTestsVixen.Graphics.WebGPU.Tests
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
- WgpuBufferDescriptorVixen.Graphics.WebGPU