Sign in
dawn
/
dawn
/
b3d38dfc0fc473b40d7b0bb0a170af2587796639
/
.
/
test
/
tint
/
buffer
/
uniform
/
types
/
mat2x4_f32.wgsl
blob: 1847020a72eac4bf0371fe0b30076fe310754bdd [
file
] [
log
] [
blame
]
@group
(
0
)
@binding
(
0
)
var
<uniform>
u
:
mat2x4
<f32>
;
@compute
@workgroup_size
(
1
)
fn main
()
{
let
x
=
u
;
}