views:

79

answers:

2

Hello! I haven't got GL_GENERATE_MIPMAP_HINT, GL_GENERATE_MIPMAP constatns, why ? I have old version of opengl ? Where can I download new library version ?

A: 

For easier access to OpenGL extensions (inc. constant values and function bindings) you can either use glew or glee. Interfaces in both of these libraries are similar. Glew provides access to the newest OpenGL extensions and core specifications.

tersyon