dawn-cmake/test/intrinsics/gen/cos/c5c28e.wgsl.expected.msl

28 lines
404 B
Plaintext

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