Sign in
dawn
/
tint
/
46647f1c13338967c9b34c47a8c89cf68f25a009
/
.
/
test
/
expressions
/
zero_init
/
mat3x3
/
f32.wgsl.expected.hlsl
blob: a75039f80ee86813b10c2ad1b3f3ee9f54914dfb [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float3x3 v
=
float3x3
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}