Ultra fast OpenSpace (still need some cleanning here and there). :-p

This commit is contained in:
Jonathas Costa
2019-08-18 15:59:17 -04:00
parent 556a32f267
commit bb44ed59d1
7 changed files with 229 additions and 254 deletions

View File

@@ -33,7 +33,6 @@
layout(location = 0) out vec4 _out_color_;
layout(location = 1) out vec4 gPosition;
layout(location = 2) out vec4 gNormal;
layout(location = 3) out vec4 filterBuffer;
void main() {
Fragment f = getFragment();