opengl_learn

Step-by-step introduction to OpenGL
git clone https://0xdd.org/code/opengl_learn.git
Log | Files | Refs | README | LICENSE

commit 9ff0ba052d674aac27924e4fd8c6c4451cb94765
parent 94949da7c2e8e5d273ecdf5554e3f67a3f8da8b4
Author: David DiPaola <DavidDiPaola@users.noreply.github.com>
Date:   Sun, 10 Jun 2018 10:46:34 -0400

00,01,02,ogl: forgot to update ogl.h

Diffstat:
Mogl/ogl.h | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/ogl/ogl.h b/ogl/ogl.h @@ -49,12 +49,6 @@ ogl_program_build( ); int -ogl_program_attribute_get_ID( - GLuint programID, const char * attribute_name, - GLint * out_attribute_ID -); - -int ogl_program_uniform_get_ID( GLuint programID, const char * uniform_name, GLint * out_uniform_ID