mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-21 14:03:36 +00:00
For unknown reasons formatting of a error context message fails in RenderEncoderBase::APISetBindGroup fails if the bind group is printed as a string in the message. This despite the exact same code working as intended in ComputePassEncoder::APISetBindGroup. Replacing it with a static "[BindGroup]" to allow the rest of the message to format correctly until the reason for the failure can be determined. Bug: dawn:1190 Change-Id: I31105acff4d08849a34e406c6b8e85fab28f17b5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/73280 Auto-Submit: Brandon Jones <bajones@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>