Skip to content

Commit

Permalink
Chrome 120 makes depthCompare and depthWriteEnabled properties option…
Browse files Browse the repository at this point in the history
…al in WebGPU (#25158)

* Add datapoint for optional depthCompare and depthWriteEnabled properties

* Add data point for createRenderPipelineAsync

* Add missing notes
  • Loading branch information
chrisdavidmills authored Nov 22, 2024
1 parent d78dc59 commit 31c758a
Showing 1 changed file with 96 additions and 5 deletions.
101 changes: 96 additions & 5 deletions api/GPUDevice.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@
],
"support": {
"chrome": {
"version_added": "121"
"version_added": "121",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -551,7 +552,8 @@
],
"support": {
"chrome": {
"version_added": "121"
"version_added": "121",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -907,6 +909,49 @@
}
}
},
"optional_depthcompare_depthwriteenabled": {
"__compat": {
"description": "`depthCompare` and `depthWriteEnabled` properties are optional when not needed (for example, formats without depth).",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "120",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
},
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"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
}
}
},
"optional_entryPoint": {
"__compat": {
"description": "`entryPoint` properties are optional for determined default fragment and vertex shader entry points.",
Expand All @@ -915,7 +960,8 @@
],
"support": {
"chrome": {
"version_added": "121"
"version_added": "121",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -1180,6 +1226,49 @@
}
}
},
"optional_depthcompare_depthwriteenabled": {
"__compat": {
"description": "`depthCompare` and `depthWriteEnabled` properties are optional when not needed (for example, formats without depth).",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "120",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
},
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"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
}
}
},
"optional_entryPoint": {
"__compat": {
"description": "`entryPoint` properties are optional for determined default fragment and vertex shader entry points.",
Expand All @@ -1188,7 +1277,8 @@
],
"support": {
"chrome": {
"version_added": "121"
"version_added": "121",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -1792,7 +1882,8 @@
],
"support": {
"chrome": {
"version_added": "116"
"version_added": "116",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down

0 comments on commit 31c758a

Please sign in to comment.