Sign in
dawn
/
tint
/
64dfcd2c320530c2c16ad8bc9f7773c28ae2e956
/
.
/
test
/
expressions
/
zero_init
/
mat3x4
/
f32.wgsl.expected.hlsl
blob: 2b08d5f47e3cbe20c1d88b843a4d7aa84f36a4c1 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float3x4 v
=
float3x4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}