blob: 125c08e15c8271b9c621fd45d37f461a3b9be09b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
float2 const x_1 = float2(50.0f, 60.0f);
float2 const x_2 = dfdy(x_1);
return;
}
fragment void tint_symbol() {
main_1();
return;
}