Commit before connecting each vao to unique vbos

This commit is contained in:
2021-03-02 00:54:00 +01:00
parent 1e198b551e
commit 18492f00d2
8 changed files with 34 additions and 62 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#version 430 core
layout (points) in;
layout (triangle_strip, max_vertices = 10) out;
layout (triangle_strip, max_vertices = 4) out;
//in vec4 vBackPoss[];
uniform vec2 lightPos;