blob: b2681401800fc41854ea1ffe0cd8bd78972a209d [file] [log] [blame]
struct Varyings {
float2 position;
};
float3 main(const Varyings varyings, out half4 c) {
return position.xxx;
}
/*%%*
'main' must return: 'vec2' or 'float2'
*%%*/