Vixen
02b45cc4
csharp
public enum WgpuStorageTextureAccess

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

  • Undefined

    Not a storage-texture binding.

  • WriteOnly

    Written only.

  • ReadOnly

    Read only.

  • ReadWrite

    Read and written.

Used by (3)

  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WgpuBindGroupLayoutEntryVixen.Graphics.WebGPU