import common; import sphere_morph; #pragma MSP stage(fragment) void main() { frag_color = vec4(1.0); }