mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-03 10:45:36 +00:00
Now an overridable constant need to be initialized, either via value specified in shader, or via constant entry from pipeline stage. Otherwise it is invalid. Together fix the bool 32bit initialize problem on vulkan and re-enable the overridable constants shader test, and use assigning to _ instead of ignore() in tests. Bug: dawn:1041 Change-Id: I49e7885c8d6134647b09926ceb15234ac21ee35d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/67560 Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>