Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x2
/
f32.wgsl.expected.ir.fxc.hlsl
blob: cf3f8c2e309100784f42f84a3e9f77305ca28250 [
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
()
{
}