Sign in
dawn
/
tint
/
b1d2b84f7dcbe753f625c17885866233732e3148
/
.
/
test
/
buffer
/
uniform
/
types
/
mat2x2.wgsl.expected.wgsl
blob: 49ce70869067c3ca60f6b927a657913420cc86f7 [
file
] [
log
] [
blame
]
@group
(
0
)
@binding
(
0
)
var
<uniform>
u
:
mat2x2
<f32>
;
@stage
(
compute
)
@workgroup_size
(
1
)
fn main
()
{
let
x
=
u
;
}