diff --git a/api/GPUDevice.json b/api/GPUDevice.json index 95edac810f819d..7eaec51ef69995 100644 --- a/api/GPUDevice.json +++ b/api/GPUDevice.json @@ -703,6 +703,47 @@ "standard_track": true, "deprecated": false } + }, + "descriptor_bindGroupLayouts_parameter_accepts_null_values": { + "__compat": { + "description": "`bindGroupLayouts` array accepts `null` values.", + "tags": [ + "web-features:webgpu" + ], + "support": { + "chrome": { + "version_added": "135", + "partial_implementation": true, + "notes": "Supported on ChromeOS, macOS, and Windows only." + }, + "chrome_android": { + "version_added": "135" + }, + "deno": { + "version_added": false + }, + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } }, "createQuerySet": {