-
Notifications
You must be signed in to change notification settings - Fork 3
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
WebGPU 需要开启 float32-filterable Feature #160
Comments
Title: WebGPU needs to enable float32-filterable Feature |
21 tasks
xiaoiver
added a commit
that referenced
this issue
Jan 19, 2024
xiaoiver
added a commit
that referenced
this issue
Jan 19, 2024
* Fix 160 (#161) * fix: enable filterable float32 feature in WebGPU #160 * chore: commit changeset * chore(release): bump version (#162) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.w3.org/TR/webgpu/#float32-filterable
https://developer.chrome.com/blog/new-in-webgpu-119#filterable_32-bit_float_textures
未开启该特性的情况下,使用 F32_R 会报错:
The text was updated successfully, but these errors were encountered: