Sign in
dawn
/
dawn
/
50414807150bdac9f41817fea7bdf939425768be
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat4x2
/
inferred
/
scalars
/
abstract-float.wgsl.expected.hlsl
blob: 2acab36b4d9ec04c12092b13f98053364595103f [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float4x2 m
=
float4x2
(
float2
(
0.0f
,
1.0f
),
float2
(
2.0f
,
3.0f
),
float2
(
4.0f
,
5.0f
),
float2
(
6.0f
,
7.0f
));