Skip to content

Commit a10ed9e

Browse files
Chrome 139 / Firefox 141 add WebGPU core-features-and-limits (#27640)
* Chrome 139 support for WebGPU core-features-and-limits feature --------- Co-authored-by: Claas Augner <[email protected]>
1 parent b2fdfbe commit a10ed9e

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

api/GPUSupportedFeatures.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,49 @@
189189
}
190190
}
191191
},
192+
"feature_core-features-and-limits": {
193+
"__compat": {
194+
"description": "`core-features-and-limits` feature",
195+
"spec_url": "https://gpuweb.github.io/gpuweb/#core-features-and-limits",
196+
"tags": [
197+
"web-features:webgpu"
198+
],
199+
"support": {
200+
"chrome": {
201+
"version_added": "139",
202+
"notes": "Currently available on all adapters and enabled automatically on all devices even if not requested."
203+
},
204+
"chrome_android": "mirror",
205+
"deno": {
206+
"version_added": false
207+
},
208+
"edge": "mirror",
209+
"firefox": {
210+
"version_added": "141",
211+
"partial_implementation": true,
212+
"notes": "Currently supported on Windows only, in all contexts except for service workers."
213+
},
214+
"firefox_android": {
215+
"version_added": false
216+
},
217+
"oculus": "mirror",
218+
"opera": "mirror",
219+
"opera_android": "mirror",
220+
"safari": {
221+
"version_added": false
222+
},
223+
"safari_ios": "mirror",
224+
"samsunginternet_android": "mirror",
225+
"webview_android": "mirror",
226+
"webview_ios": "mirror"
227+
},
228+
"status": {
229+
"experimental": false,
230+
"standard_track": true,
231+
"deprecated": false
232+
}
233+
}
234+
},
192235
"feature_depth-clip-control": {
193236
"__compat": {
194237
"description": "`depth-clip-control` feature",

0 commit comments

Comments
 (0)