Sign in
dawn
/
tint
/
ed18f2f8c3253fb4ec6a8a7b35357e260e37acaf
/
.
/
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
);
}