Vixen
02b45cc4
csharp
public enum WgpuBufferBindingType

What a buffer binding is.

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

Fields and properties (4)

  • Undefined

    Not a buffer binding.

  • Uniform

    A uniform buffer.

  • Storage

    A read-write storage buffer.

  • ReadOnlyStorage

    A read-only storage buffer.

Used by (5)

  • PushConstantRingVixen.Graphics.WebGPU
  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WgpuBindGroupLayoutEntryVixen.Graphics.WebGPU