mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-11 23:56:05 +00:00
Take the type of a const-definition (or a write to a hoisted variable) from the generated expression rather than the directly-converted type from the SPIR-V ID. This prepares the way for remapping storage buffers from Uniform/BufferBlock to StorageBuffer/Block representation. Bug: tint:99 Change-Id: I6104d8ad96312053562468a3cdb247932c1cb6cb Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/24604 Reviewed-by: dan sinclair <dsinclair@chromium.org>