csharp
public enum WgpuFeatureNameAn optional WebGPU feature.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Only the ones the backend asks for. WebGPU's feature set is small and every member here maps onto something GraphicsDeviceFeatures reports or a PixelFormat family the engine ships content in.
Fields and properties (12)
UndefinedNo feature.
DepthClipControlDepth may be clamped rather than clipped.
Depth32FloatStencil8The Depth32FloatStencil8 format.
TimestampQueryTimestamp queries.
TextureCompressionBcThe BC (DXT) compressed formats — desktop content.
TextureCompressionEtc2The ETC2 compressed formats — mobile content.
TextureCompressionAstcThe ASTC compressed formats — mobile content.
IndirectFirstInstanceAn indirect draw may set firstInstance.
ShaderF16Half floats in shaders.
Rg11B10UfloatRenderableRg11B10Ufloat may be a colour attachment.
Bgra8UnormStorageBgra8Unorm may be a storage texture.
Float32Filterable32-bit float textures may be filtered.
Used by (6)
- FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
- IWebGpuBindingVixen.Graphics.WebGPU
- NativeWebGpuBindingVixen.Graphics.WebGPU
- WebGpuCapabilitiesVixen.Graphics.WebGPU
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests