#version 330 core in vec4 polozenie; in vec4 kolor; out vec4 kolor_out; void main(void) { kolor_out = kolor; }