gfx_draping 0.3.0

Drape polygons over terrain with gfx
Documentation
1
2
3
4
5
6
7
8
9
#version 150 core

in vec4 v_color;

out vec4 o_color;

void main() {
    o_color = v_color;
}