Skip to content

Commit 09624aa

Browse files
Chromium 142 adds WebGPU primitive-index feature (#28206)
* Chromium 142 WebGPU primitive-index feature * Update api/GPUSupportedFeatures.json --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 763a6e9 commit 09624aa

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

api/GPUSupportedFeatures.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,44 @@
489489
}
490490
}
491491
},
492+
"feature_primitive-index": {
493+
"__compat": {
494+
"description": "`primitive-index` feature",
495+
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpufeaturename-primitive-index",
496+
"tags": [
497+
"web-features:webgpu"
498+
],
499+
"support": {
500+
"chrome": {
501+
"version_added": "142"
502+
},
503+
"chrome_android": "mirror",
504+
"deno": {
505+
"version_added": false
506+
},
507+
"edge": "mirror",
508+
"firefox": {
509+
"version_added": false
510+
},
511+
"firefox_android": "mirror",
512+
"oculus": "mirror",
513+
"opera": "mirror",
514+
"opera_android": "mirror",
515+
"safari": {
516+
"version_added": false
517+
},
518+
"safari_ios": "mirror",
519+
"samsunginternet_android": "mirror",
520+
"webview_android": "mirror",
521+
"webview_ios": "mirror"
522+
},
523+
"status": {
524+
"experimental": true,
525+
"standard_track": true,
526+
"deprecated": false
527+
}
528+
}
529+
},
492530
"feature_rg11b10ufloat-renderable": {
493531
"__compat": {
494532
"description": "`rg11b10ufloat-renderable` feature",

0 commit comments

Comments
 (0)