Initial commit of the GLEW library for calling OpenGL from the C++ code.

This commit is contained in:
bubnikv 2016-09-14 14:07:41 +02:00
parent b1575b4dcb
commit 266e1c4be1
7 changed files with 41856 additions and 0 deletions

View file

@ -136,6 +136,10 @@ src/Shiny/ShinyNodeState.c
src/Shiny/ShinyOutput.c
src/Shiny/ShinyTools.c
src/Shiny/ShinyZone.c
src/glew/src/glew.c
src/glew/include/GL/glew.h
src/glew/include/GL/glxew.h
src/glew/include/GL/wglew.h
src/xsinit.h
t/01_trianglemesh.t
t/03_point.t