camenduru's picture
ceres-solver and colmap
7b7496d
#version 150
in vec4 v_color;
out vec4 f_color;
void main(void) {
f_color = v_color;
}