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]>
diff --git a/api/GPUSupportedFeatures.json b/api/GPUSupportedFeatures.json
index 6fb0375..b7a2574 100644
--- a/api/GPUSupportedFeatures.json
+++ b/api/GPUSupportedFeatures.json
@@ -489,6 +489,44 @@
}
}
},
+ "feature_primitive-index": {
+ "__compat": {
+ "description": "`primitive-index` feature",
+ "spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpufeaturename-primitive-index",
+ "tags": [
+ "web-features:webgpu"
+ ],
+ "support": {
+ "chrome": {
+ "version_added": "142"
+ },
+ "chrome_android": "mirror",
+ "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
+ }
+ }
+ },
"feature_rg11b10ufloat-renderable": {
"__compat": {
"description": "`rg11b10ufloat-renderable` feature",