Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

WebGPUDeviceFeature

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A feature extension provided by the WebGPU device.

Identifies the feature extensions supported by the WebGPU device, as a requirement for certain functionalities.

Properties

Property Description
NoneA default value used to indicate no feature requirements.
CoreFeaturesAndLimitsIndicates that the core features and limits of the WebGPU device are supported, 'core-features-and-limits'.
DepthClipControlIndicates that the WebGPU device supports depth-clip-control, 'depth-clip-control'.
Depth32FloatStencil8Indicates that the WebGPU device supports depth32float-stencil8, 'depth32float-stencil8'.
TextureCompressionBCIndicates that the WebGPU device supports BC texture compression, 'texture-compression-bc'.
TextureCompressionBCSliced3DIndicates that the WebGPU device supports BC sliced 3D texture compression, 'texture-compression-bc-sliced-3d'.
TextureCompressionETC2Indicates that the WebGPU device supports ETC2 texture compression, 'texture-compression-etc2'.
TextureCompressionASTCIndicates that the WebGPU device supports ASTC texture compression, 'texture-compression-astc'.
TextureCompressionASTCSliced3DIndicates that the WebGPU device supports ASTC sliced 3D texture compression, 'texture-compression-astc-sliced-3d'.
TimestampQueryIndicates that the WebGPU device supports timestamp queries, 'timestamp-query'.
IndirectFirstInstanceIndicates that the WebGPU device supports indirect first instance, 'indirect-first-instance'.
ShaderF16Indicates that the WebGPU device supports 16-bit floating-point shaders, 'shader-f16'.
RG11B10UfloatRenderableIndicates that the WebGPU device supports RG11B10Ufloat renderable format, 'rg11b10ufloat-renderable'.
BGRA8UnormStorageIndicates that the WebGPU device supports BGRA8 unorm storage format, 'bgra8-unorm-storage'.
Float32FilterableIndicates that the WebGPU device supports 32-bit floating-point filterable textures, 'float32-filterable'.
Float32BlendableIndicates that the WebGPU device supports 32-bit floating-point blendable textures, 'float32-blendable'.
ClipDistancesIndicates that the WebGPU device supports clip distances, 'clip-distances'.
DualSourceBlendingIndicates that the WebGPU device supports dual source blending, 'dual-source-blending'.
SubgroupsIndicates that the WebGPU device supports subgroups, 'subgroups'.
TextureFormatsTier1Indicates that the WebGPU device supports texture formats tier 1, 'texture-formats-tier-1'.
TextureFormatsTier2Indicates that the WebGPU device supports texture formats tier 2, 'texture-formats-tier-2'.
PrimitiveIndexIndicates that the WebGPU device supports primitive index, 'primitive-index'.
TextureComponentSwizzleIndicates that the WebGPU device supports texture component swizzle, 'texture-component-swizzle'.