From 315e93a76a3d1db3a801921be724af129248c1ee Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 22 Oct 2019 00:37:37 +0200 Subject: [PATCH] junk comments removed --- glhr.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/glhr.cpp b/glhr.cpp index ead830ea..e0774305 100644 --- a/glhr.cpp +++ b/glhr.cpp @@ -331,9 +331,6 @@ GLprogram::GLprogram(string vsh, string fsh) { exit(1); } - // glBindAttribLocation(_program, GLKVertexAttribPosition, "position"); ?? - // glBindAttribLocation(_program, GLKVertexAttribNormal, "normal"); ?? - uMV = glGetUniformLocation(_program, "uMV"); uProjection = glGetUniformLocation(_program, "uP"); uPP = glGetUniformLocation(_program, "uPP");