Sign in
dawn
/
tint
/
821f9bb525a34f9976627727b04ff9325bc982e6
/
.
/
test
/
expressions
/
type_ctor
/
mat2x2
/
explicit
/
scalars
/
f32.wgsl.expected.hlsl
blob: 6dd93cf473d43f1f780ccf18135fdb01e835b3f4 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float2x2 m
=
float2x2
(
0.0f
,
1.0f
,
2.0f
,
3.0f
);