Skip to content

Commit

Permalink
Chrome 123 supports unrestricted_pointer_parameters extension in WGSL (
Browse files Browse the repository at this point in the history
…#25171)

* Add data point for unrestricted_pointer_parameters extension

* add missing notes
  • Loading branch information
chrisdavidmills authored Nov 22, 2024
1 parent 9462877 commit d78dc59
Showing 1 changed file with 53 additions and 7 deletions.
60 changes: 53 additions & 7 deletions api/WGSLLanguageFeatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
],
"support": {
"chrome": {
"version_added": "115"
"version_added": "115",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -155,6 +156,45 @@
}
}
},
"extension_unrestricted_pointer_parameters": {
"__compat": {
"description": "<code>unrestricted_pointer_parameters</code> extension",
"spec_url": "https://gpuweb.github.io/gpuweb/wgsl/#language_extension-unrestricted_pointer_parameters",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "123",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"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
}
}
},
"forEach": {
"__compat": {
"spec_url": "https://gpuweb.github.io/gpuweb/#gpuwgsllanguagefeatures",
Expand All @@ -163,7 +203,8 @@
],
"support": {
"chrome": {
"version_added": "115"
"version_added": "115",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -202,7 +243,8 @@
],
"support": {
"chrome": {
"version_added": "115"
"version_added": "115",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -241,7 +283,8 @@
],
"support": {
"chrome": {
"version_added": "115"
"version_added": "115",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -280,7 +323,8 @@
],
"support": {
"chrome": {
"version_added": "115"
"version_added": "115",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -319,7 +363,8 @@
],
"support": {
"chrome": {
"version_added": "115"
"version_added": "115",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -359,7 +404,8 @@
],
"support": {
"chrome": {
"version_added": "115"
"version_added": "115",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down

0 comments on commit d78dc59

Please sign in to comment.