mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 03:11:29 +00:00
Fix various issue with formatting for loop. Add tests. Bug: tint:952 Change-Id: I704341a15f0050ebf82df219d0c7d068a3a63c26 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/58064 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com>
5 lines
44 B
WebGPU Shading Language
5 lines
44 B
WebGPU Shading Language
fn f() {
|
|
for(var i : i32 = 0; ; ) {
|
|
}
|
|
}
|