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

21 lines
255 B
HLSL

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;
}