Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
statements
/
decrement
/
workgroup.wgsl
blob: 606c9392f96556897fc6a78677b43cea548d0d6e [
file
] [
log
] [
blame
]
var
<workgroup>
i
:
i32
;
@compute
@workgroup_size
(
1
)
fn main
()
{
i
--;
}