File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1- draft_date : 2025-10-21
1+ draft_date : 2025-10-23
22name : WebGPU
33description : TODO
44spec : https://gpuweb.github.io/gpuweb/
55compat_features :
66 - api.GPUAdapter.requestDevice.undefined_limits
77 - api.GPUAdapterInfo.isFallbackAdapter
88 - api.GPUCommandEncoder.copyBufferToBuffer.offset_and_size_parameter_optional
9+ - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUBuffer
10+ - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUTextureView
911 - api.GPUDevice.createPipelineLayout.descriptor_bindGroupLayouts_parameter_accepts_null_values
1012 - api.GPUSupportedFeatures.feature_core-features-and-limits
1113 - api.GPUSupportedFeatures.feature_primitive-index
Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ compat_features:
3939 # support:
4040 # chrome_android: "137"
4141 - api.GPUCommandEncoder.copyBufferToBuffer.offset_and_size_parameter_optional
42+ - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUTextureView
43+
44+ # baseline: false
45+ # support:
46+ # chrome_android: "138"
47+ - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUBuffer
4248
4349 # ⬇️ Same status as overall feature ⬇️
4450 # baseline: false
You can’t perform that action at this time.
0 commit comments