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