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