dawn-cmake/test/intrinsics/gen/atan2/ae713e.wgsl.expected.msl

28 lines
429 B
Plaintext

#include <metal_stdlib>
using namespace metal;
struct tint_symbol {
float4 value [[position]];
};
void atan2_ae713e() {
float4 res = atan2(float4(), float4());
}
vertex tint_symbol vertex_main() {
atan2_ae713e();
tint_symbol const tint_symbol_1 = {.value=float4()};
return tint_symbol_1;
}
fragment void fragment_main() {
atan2_ae713e();
return;
}
kernel void compute_main() {
atan2_ae713e();
return;
}