Vixen
02b45cc4
csharp
public enum WgpuBufferUsage

What 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)

  • None

    Nothing.

  • MapRead

    Mappable for reading.

  • MapWrite

    Mappable for writing.

  • CopySrc

    The source of a copy.

  • CopyDst

    The destination of a copy.

  • Index

    Indices.

  • Vertex

    Vertex attributes.

  • Uniform

    A uniform buffer.

  • Storage

    A storage buffer.

  • Indirect

    Indirect draw or dispatch arguments.

  • QueryResolve

    A 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