csharp
public enum WgpuTextureUsageWhat 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)
NoneNothing.
CopySrcThe source of a copy.
CopyDstThe destination of a copy.
TextureBindingSampled by a shader.
StorageBindingRead or written as a storage texture.
RenderAttachmentA 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