dawn-cmake/test/intrinsics/gen/cosh/377652.wgsl.expected.hlsl

21 lines
249 B
HLSL

void cosh_377652() {
float3 res = cosh(float3(0.0f, 0.0f, 0.0f));
}
void vertex_main() {
cosh_377652();
return;
}
void fragment_main() {
cosh_377652();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
cosh_377652();
return;
}