Sign in
dawn
/
dawn
/
08f33fe5c6daea5cede4c1a5ac891fd3bf975c31
/
.
/
test
/
tint
/
bug
/
chromium
/
40943165.wgsl
blob: c60e553da4e2169d2577aeb32454df12acf22bb1 [
file
] [
log
] [
blame
]
var
<workgroup>
W
:
mat2x2
<f32>
;
@compute
@workgroup_size
(
1
)
fn F
(
@builtin
(
local_invocation_index
)
mat2x2
:
u32
)
{
W
[
0
]+=
0
;
}