vrheights

view src/opengl.cc @ 3:316ec8250af2

added the teapot code for testing
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 25 Sep 2014 17:13:23 +0300
parents ccbd444939a1
children
line source
1 #include "opengl.h"
3 bool init_opengl()
4 {
5 glewInit();
6 return true;
7 }