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