Sign in
dawn
/
dawn
/
84b43d61fa37b216e99f290e636d6dae7520c522
/
.
/
test
/
tint
/
expressions
/
splat
/
with_swizzle
/
f16.wgsl.expected.dxc.hlsl
blob: a11d55969161b8783e329762c6399dba43c38c56 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float16_t
a
=
float16_t
(
1.0h
);
float16_t
b
=
float16_t
(
1.0h
);
float16_t
c
=
float16_t
(
1.0h
);
}