Sign in
dawn
/
dawn
/
8fd4ef26f5c6ede28d09d79d52dbdde931d1a718
/
.
/
test
/
tint
/
buffer
/
uniform
/
std140
/
unnested
/
mat4x2
/
to_builtin.wgsl
blob: 4f0d8fc2bf8c537865312ece45d6cf092e0a0874 [
file
] [
log
] [
blame
]
@group
(
0
)
@binding
(
0
)
var
<uniform>
u
:
mat4x2
<f32>
;
@compute
@workgroup_size
(
1
)
fn f
()
{
let
t
=
transpose
(
u
);
let
l
=
length
(
u
[
1
]);
let
a
=
abs
(
u
[
0
].
yx
.
x
);
}