Sign in
dawn
/
tint
/
b9e8a0b87d463665c0c3fe597d7d11764d1396f7
/
.
/
test
/
expressions
/
zero_init
/
mat2x3
/
f32.wgsl.expected.hlsl
blob: 76872743a9258457c896b475eb7ce6a718a59d95 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float2x3 v
=
float2x3
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}