csharp
public enum WgpuStorageTextureAccessHow a shader reaches a storage texture.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
UndefinedNot a storage-texture binding.
WriteOnlyWritten only.
ReadOnlyRead only.
ReadWriteRead and written.
Used by (3)
- NativeWebGpuBindingVixen.Graphics.WebGPU
- WebGpuConversionsVixen.Graphics.WebGPU
- WgpuBindGroupLayoutEntryVixen.Graphics.WebGPU