Sign in
dawn
/
dawn
/
HEAD
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
basic.wgsl
blob: d41cc8ada229bdf27af03fa247a076810ad88784 [
file
] [
log
] [
blame
]
@compute
@workgroup_size
(
1
)
fn f
()
{
var
i
:
i32
;
for
(;
i
<
4
;)
{
}
}