Add line draw

This commit is contained in:
Lubos Lenco
2020-06-10 11:47:50 +02:00
parent 185abcca8c
commit 1b57be433a
10 changed files with 227 additions and 21 deletions
-8
View File
@@ -1,8 +0,0 @@
#version 450
in vec3 color;
out vec4 fragColor;
void main() {
fragColor = vec4(color, 1.0);
}