Vixen
02b45cc4
csharp
public enum WgpuTextureUsage

What a WebGPU texture may be used for.

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

Fields and properties (6)

  • None

    Nothing.

  • CopySrc

    The source of a copy.

  • CopyDst

    The destination of a copy.

  • TextureBinding

    Sampled by a shader.

  • StorageBinding

    Read or written as a storage texture.

  • RenderAttachment

    A colour or depth-stencil attachment.

Used by (6)

  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WebGpuSwapChainVixen.Graphics.WebGPU
  • WgpuSurfaceConfigurationVixen.Graphics.WebGPU
  • WgpuTextureDescriptorVixen.Graphics.WebGPU