Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
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
4 changes: 2 additions & 2 deletions api/GPUCommandEncoder.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@
"deprecated": false
}
},
"offset_size_optional": {
"offset_and_size_parameter_optional": {
"__compat": {
"description": "Offets and `size` optional when copying entire buffer.",
"description": "Offset and `size` parameters are optional",
"tags": [
"web-features:webgpu"
],
Expand Down
2 changes: 1 addition & 1 deletion api/GPUDevice.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
},
"descriptor_entries_option_accepts_GPUTextureView_resource": {
"__compat": {
"description": "Bind `GPUTextureView` in place of a `GPUExternalTexture`.",
"description": "Bind `GPUTextureView` (2D, single subresource) in place of a `GPUExternalTexture`.",
"tags": [
"web-features:webgpu"
],
Expand Down