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