#version 330 in vec4 position; in vec2 tex_coord; out vec2 tex_coord_; void main(){ gl_Position = position; tex_coord_ = tex_coord; }