Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x4
/
f32.wgsl.expected.ir.dxc.hlsl
blob: c921cf414545fcbdf79c229b3bbad258e239301a [
file
] [
log
] [
blame
]
void
f
()
{
float3x4 v
=
float3x4
((
0.0f
).
xxxx
,
(
0.0f
).
xxxx
,
(
0.0f
).
xxxx
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}