Sign in
dawn
/
dawn
/
6b222197986d5ea4810bd15f88e3a139e54c2213
/
.
/
test
/
intrinsics
/
gen
/
sinh
/
445e33.wgsl.expected.hlsl
blob: b8cb85b7e403211fda33cc5339d916896d21d759 [
file
] [
log
] [
blame
]
void
sinh_445e33
()
{
float4 res
=
sinh
(
float4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
));
}
void
vertex_main
()
{
sinh_445e33
();
return
;
}
void
fragment_main
()
{
sinh_445e33
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
sinh_445e33
();
return
;
}