Sign in
dawn
/
tint
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
expressions
/
type_ctor
/
mat2x4
/
explicit
/
scalars
/
f32.wgsl.expected.hlsl
blob: 7bcde853ec0fe01857ed2d1d25a8b804e684e58e [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float2x4 m
=
float2x4
(
0.0f
,
1.0f
,
2.0f
,
3.0f
,
4.0f
,
5.0f
,
6.0f
,
7.0f
);