$input f_position #include #include void main() { gl_FragColor = vec4(f_position.xyz, 1.0f); }