Sign in
dawn
/
dawn
/
868efb97397c9fb5d936f253c94b0da766c1f289
/
.
/
test
/
tint
/
statements
/
decrement
/
function.wgsl
blob: 3ea7d0b2cce0ff2003af73d14c2e78032577f61d [
file
] [
log
] [
blame
]
fn main
()
{
var
i
=
0
;
i
--;
}