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