Sign in
dawn
/
dawn
/
18b966321bca9ed2a7787c0adbbb18d013fac43e
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat2x3
/
inferred
/
scalars
/
f32.wgsl.expected.hlsl
blob: fb12d0108820b37854105938e35da59d2d2f34dd [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float2x3 m
=
float2x3
(
float3
(
0.0f
,
1.0f
,
2.0f
),
float3
(
3.0f
,
4.0f
,
5.0f
));