diff --git a/features/draft/spec/webgpu.yml b/features/draft/spec/webgpu.yml index c6fe4c8be18..48c7cf9f137 100644 --- a/features/draft/spec/webgpu.yml +++ b/features/draft/spec/webgpu.yml @@ -1,4 +1,4 @@ -draft_date: 2025-10-21 +draft_date: 2025-10-23 name: WebGPU description: TODO spec: https://gpuweb.github.io/gpuweb/ @@ -6,6 +6,8 @@ compat_features: - api.GPUAdapter.requestDevice.undefined_limits - api.GPUAdapterInfo.isFallbackAdapter - api.GPUCommandEncoder.copyBufferToBuffer.offset_and_size_parameter_optional + - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUBuffer + - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUTextureView - api.GPUDevice.createPipelineLayout.descriptor_bindGroupLayouts_parameter_accepts_null_values - api.GPUSupportedFeatures.feature_core-features-and-limits - api.GPUSupportedFeatures.feature_primitive-index diff --git a/features/draft/spec/webgpu.yml.dist b/features/draft/spec/webgpu.yml.dist index cc7ccd618f4..b4e4b186bee 100644 --- a/features/draft/spec/webgpu.yml.dist +++ b/features/draft/spec/webgpu.yml.dist @@ -39,6 +39,12 @@ compat_features: # support: # chrome_android: "137" - api.GPUCommandEncoder.copyBufferToBuffer.offset_and_size_parameter_optional + - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUTextureView + + # baseline: false + # support: + # chrome_android: "138" + - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUBuffer # ⬇️ Same status as overall feature ⬇️ # baseline: false