gfx_draping 0.3.0

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

out vec4 o_color;

void main() {
    o_color = vec4(0.0, 0.0, 0.0, 0.0);
}