Sign in
dawn
/
dawn
/
85b77e002384a06fa182fb672ce98f0e942a5b59
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat4x2
/
f32.wgsl.expected.fxc.hlsl
blob: 64638f7533a53f0b5ce22ea9c3c828a1f2d1f0d6 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float4x2 v
=
float4x2
((
0.0f
).
xx
,
(
0.0f
).
xx
,
(
0.0f
).
xx
,
(
0.0f
).
xx
);
}