Skip to content

Commit 1cbd865

Browse files
authored
WebGPUConstants: Add Missing Features (#1718)
1 parent c6ee71e commit 1cbd865

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

types/three/src/renderers/webgpu/utils/WebGPUConstants.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,15 +314,24 @@ export enum GPUInputStepMode {
314314
}
315315

316316
export enum GPUFeatureName {
317+
CoreFeaturesAndLimits = "core-features-and-limits",
317318
DepthClipControl = "depth-clip-control",
318319
Depth32FloatStencil8 = "depth32float-stencil8",
319320
TextureCompressionBC = "texture-compression-bc",
321+
TextureCompressionBCSliced3D = "texture-compression-bc-sliced-3d",
320322
TextureCompressionETC2 = "texture-compression-etc2",
321323
TextureCompressionASTC = "texture-compression-astc",
324+
TextureCompressionASTCSliced3D = "texture-compression-astc-sliced-3d",
322325
TimestampQuery = "timestamp-query",
323326
IndirectFirstInstance = "indirect-first-instance",
324327
ShaderF16 = "shader-f16",
325328
RG11B10UFloat = "rg11b10ufloat-renderable",
326329
BGRA8UNormStorage = "bgra8unorm-storage",
327330
Float32Filterable = "float32-filterable",
331+
Float32Blendable = "float32-blendable",
332+
ClipDistances = "clip-distances",
333+
DualSourceBlending = "dual-source-blending",
334+
Subgroups = "subgroups",
335+
TextureFormatsTier1 = "texture-formats-tier1",
336+
TextureFormatsTier2 = "texture-formats-tier2",
328337
}

0 commit comments

Comments
 (0)