Sign in
dawn
/
dawn
/
3dd5457dd9302275b0ffb09ae90ff28223f1ce20
/
.
/
test
/
tint
/
statements
/
increment
/
function.wgsl
blob: 9c1589ee7f35d67d0ebc02f0c6047e60a929aafa [
file
] [
log
] [
blame
]
fn main
()
{
var
i
=
0
;
i
++;
}