I\'m using windows and I notice that a lot of functions are grayed out because I guess #ifdef GL_GLEXT_PROTOTYPES is not defined. One of these is the VBO extension. Should I
And if you're using the Glew OpenGL extension, make sure you initialize it.
glewInit();
Otherwise nothing will be drawn.