#version 150 uniform float z_near, z_far; void main(void) { vec4 pos = qgl_ftransform(); gl_Position = pos; }