csharp
public enum WgpuBufferBindingTypeWhat a buffer binding is.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
UndefinedNot a buffer binding.
UniformA uniform buffer.
StorageA read-write storage buffer.
ReadOnlyStorageA read-only storage buffer.
Used by (5)
- PushConstantRingVixen.Graphics.WebGPU
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WebGpuConversionsVixen.Graphics.WebGPU
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
- WgpuBindGroupLayoutEntryVixen.Graphics.WebGPU