Sign in
dawn
/
tint
/
671d9703f0c1f42560c8d28b7b555f39edc89d87
/
.
/
test
/
expressions
/
type_ctor
/
mat3x3
/
explicit
/
scalars
/
f32.wgsl.expected.hlsl
blob: 513d8f803e455329ae235b6e35d0fa6077893d2b [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float3x3 m
=
float3x3
(
0.0f
,
1.0f
,
2.0f
,
3.0f
,
4.0f
,
5.0f
,
6.0f
,
7.0f
,
8.0f
);