Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x2
/
f32.wgsl.expected.ir.fxc.hlsl
blob: 9f6ed012179f71ccf0cc7c62f5f44f358ed9cbd7 [
file
] [
log
] [
blame
]
void
f
()
{
float3x2 v
=
float3x2
((
0.0f
).
xx
,
(
0.0f
).
xx
,
(
0.0f
).
xx
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}