Sign in
dawn
/
dawn
/
cfdf90b7ab3da66010acd9e0784a12bd836589d7
/
.
/
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
()
{
}