mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-04 03:05:42 +00:00
Hoisting them would cause premature materialization. This will only happen in cases where we do not actually need to hoist (e.g. assigning to a phony), so we can safely skip these. Fixed: tint:1852 Change-Id: Ifcbe3e13496daa0a6aaceb58540e60cb037885ea Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/122104 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@google.com>
4 lines
28 B
WebGPU Shading Language
4 lines
28 B
WebGPU Shading Language
fn foo(){
|
|
_ = array(4);
|
|
}
|