dawn-cmake/test/intrinsics/gen/tan/7ea104.wgsl.expected.hlsl

21 lines
244 B
HLSL

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