1/*#pragma settings CannotUseFragCoord*/ 2 3layout(location=0) in float4 pos; 4 5void main() { 6 sk_Position = pos; 7} 8