-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Chrome 146 WebGPU texture transient_attachment usage #29470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
6a7478d
0720b1b
0e0cba8
31ae654
6be31fa
41d5cf8
10a7c51
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -263,6 +263,49 @@ | |||||
| "standard_track": true, | ||||||
| "deprecated": false | ||||||
| } | ||||||
| }, | ||||||
| "transient_attachment": { | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm now wondering if this key should in fact be uppercase:
Suggested change
/cc @Elchi3 for a second opinion.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The exact syntax is uppercase; I was thinking more of describing the general feature with this key. |
||||||
| "__compat": { | ||||||
| "description": "<code>transient_attachment</code> value", | ||||||
|
chrisdavidmills marked this conversation as resolved.
Outdated
|
||||||
| "spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputextureusage-transient_attachment", | ||||||
| "tags": [ | ||||||
| "web-features:webgpu" | ||||||
| ], | ||||||
| "support": { | ||||||
| "chrome": { | ||||||
| "version_added": "146", | ||||||
| "partial_implementation": true, | ||||||
| "notes": [ | ||||||
| "Supported on ChromeOS, macOS, and Windows.", | ||||||
| "Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144." | ||||||
| ] | ||||||
| }, | ||||||
| "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 | ||||||
| } | ||||||
| } | ||||||
| } | ||||||
| } | ||||||
| }, | ||||||
|
|
@@ -952,6 +995,49 @@ | |||||
| "standard_track": true, | ||||||
| "deprecated": false | ||||||
| } | ||||||
| }, | ||||||
| "transient_attachment": { | ||||||
| "__compat": { | ||||||
| "description": "<code>transient_attachment</code> value", | ||||||
|
chrisdavidmills marked this conversation as resolved.
Outdated
|
||||||
| "spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputextureusage-transient_attachment", | ||||||
| "tags": [ | ||||||
| "web-features:webgpu" | ||||||
| ], | ||||||
| "support": { | ||||||
| "chrome": { | ||||||
| "version_added": "146", | ||||||
| "partial_implementation": true, | ||||||
| "notes": [ | ||||||
| "Supported on ChromeOS, macOS, and Windows.", | ||||||
| "Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144." | ||||||
| ] | ||||||
| }, | ||||||
| "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 | ||||||
| } | ||||||
| } | ||||||
| } | ||||||
| }, | ||||||
| "width": { | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.