mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-03 10:45:36 +00:00
- Enable internal compute pipeline in ResolveQuerySet for Timestamp Query. - Known issue: The user-provided resolve buffer cannot be used as binding resources due to missing STORAGE usage. Currently implictly add STORAGE usage if the buffer is created with QUERY_RESOLVE usage as a workaround. Next we will add STORAGE_INTERNAL usage instead. Bug: dawn:434 Change-Id: Ie66090de38bc3a04a58986669cd2a128b528f960 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/36222 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Hao Li <hao.x.li@intel.com>