Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions api/GPUDevice.json
Original file line number Diff line number Diff line change
Expand Up @@ -2019,6 +2019,49 @@
"deprecated": false
}
}
},
"usage_transient_attachment": {
Comment thread
caugner marked this conversation as resolved.
Outdated
"__compat": {
"description": "<code>transient_attachment</code> usage",
Comment thread
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
}
}
}
},
"destroy": {
Expand Down
86 changes: 86 additions & 0 deletions api/GPUTexture.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,49 @@
"standard_track": true,
"deprecated": false
}
},
"transient_attachment": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The 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
"transient_attachment": {
"TRANSIENT_ATTACHMENT": {

/cc @Elchi3 for a second opinion.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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",
Comment thread
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
}
}
}
}
},
Expand Down Expand Up @@ -952,6 +995,49 @@
"standard_track": true,
"deprecated": false
}
},
"transient_attachment": {
"__compat": {
"description": "<code>transient_attachment</code> value",
Comment thread
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": {
Expand Down