Sign in
dawn
/
tint
/
6b222197986d5ea4810bd15f88e3a139e54c2213
/
.
/
test
/
intrinsics
/
gen
/
cosh
/
e0c1de.wgsl.expected.hlsl
blob: 02e0258d4d31da8d7ada37b603483b7d08632f29 [
file
] [
log
] [
blame
]
void
cosh_e0c1de
()
{
float4 res
=
cosh
(
float4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
));
}
void
vertex_main
()
{
cosh_e0c1de
();
return
;
}
void
fragment_main
()
{
cosh_e0c1de
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
cosh_e0c1de
();
return
;
}