Skip to content

Commit 3260e00

Browse files
Chrome 123 supports setting depthReadOnly/stencilReadOnly to true separately (#25157)
Data point for setting depthReadOnly and stencilReadOnly to true separately
1 parent ac67fe3 commit 3260e00

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

api/GPUCommandEncoder.json

+43
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,49 @@
266266
}
267267
}
268268
},
269+
"separate_depth_stencil_read-only": {
270+
"__compat": {
271+
"description": "Set `depthReadOnly` and `stencilReadOnly` to `true` separately from one another.",
272+
"tags": [
273+
"web-features:webgpu"
274+
],
275+
"support": {
276+
"chrome": {
277+
"version_added": "123",
278+
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
279+
},
280+
"chrome_android": {
281+
"version_added": "123"
282+
},
283+
"deno": {
284+
"version_added": false
285+
},
286+
"edge": "mirror",
287+
"firefox": {
288+
"version_added": false
289+
},
290+
"firefox_android": "mirror",
291+
"ie": {
292+
"version_added": false
293+
},
294+
"oculus": "mirror",
295+
"opera": "mirror",
296+
"opera_android": "mirror",
297+
"safari": {
298+
"version_added": false
299+
},
300+
"safari_ios": "mirror",
301+
"samsunginternet_android": "mirror",
302+
"webview_android": "mirror",
303+
"webview_ios": "mirror"
304+
},
305+
"status": {
306+
"experimental": true,
307+
"standard_track": true,
308+
"deprecated": false
309+
}
310+
}
311+
},
269312
"timestampWrites": {
270313
"__compat": {
271314
"description": "`timestampWrites` descriptor property",

0 commit comments

Comments
 (0)