Skip to content

Commit

Permalink
Chrome 119 (Android 121) supports the unorm10-10-10-2 vertex format (#…
Browse files Browse the repository at this point in the history
…25153)

Add data points for unorm10-10-10-2 vertex format
  • Loading branch information
chrisdavidmills authored Nov 21, 2024
1 parent 0490c23 commit 7620c58
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions api/GPUDevice.json
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,50 @@
"deprecated": false
}
}
},
"vertex_unorm10-10-10-2": {
"__compat": {
"description": "<code>unorm10-10-10-2</code> vertex format",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpuvertexformat-unorm10-10-10-2",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "119",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
},
"deno": {
"version_added": false
},
"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
}
}
}
},
"createRenderPipelineAsync": {
Expand Down Expand Up @@ -1219,6 +1263,50 @@
"deprecated": false
}
}
},
"vertex_unorm10-10-10-2": {
"__compat": {
"description": "<code>unorm10-10-10-2</code> vertex format",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpuvertexformat-unorm10-10-10-2",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "119",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
},
"deno": {
"version_added": false
},
"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
}
}
}
},
"createSampler": {
Expand Down

0 comments on commit 7620c58

Please sign in to comment.