Skip to content

Commit 0d0aa8a

Browse files
Chromium 135 allows null values for WebGPU BindGroupLayouts (#28209)
* Chromium 135 null BindGroupLayouts entries * Apply parameter feature guideline --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 125ce8e commit 0d0aa8a

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

api/GPUDevice.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,47 @@
703703
"standard_track": true,
704704
"deprecated": false
705705
}
706+
},
707+
"descriptor_bindGroupLayouts_parameter_accepts_null_values": {
708+
"__compat": {
709+
"description": "`bindGroupLayouts` array accepts `null` values.",
710+
"tags": [
711+
"web-features:webgpu"
712+
],
713+
"support": {
714+
"chrome": {
715+
"version_added": "135",
716+
"partial_implementation": true,
717+
"notes": "Supported on ChromeOS, macOS, and Windows only."
718+
},
719+
"chrome_android": {
720+
"version_added": "135"
721+
},
722+
"deno": {
723+
"version_added": false
724+
},
725+
"edge": "mirror",
726+
"firefox": {
727+
"version_added": false
728+
},
729+
"firefox_android": "mirror",
730+
"oculus": "mirror",
731+
"opera": "mirror",
732+
"opera_android": "mirror",
733+
"safari": {
734+
"version_added": false
735+
},
736+
"safari_ios": "mirror",
737+
"samsunginternet_android": "mirror",
738+
"webview_android": "mirror",
739+
"webview_ios": "mirror"
740+
},
741+
"status": {
742+
"experimental": true,
743+
"standard_track": true,
744+
"deprecated": false
745+
}
746+
}
706747
}
707748
},
708749
"createQuerySet": {

0 commit comments

Comments
 (0)