matus-chochlik / oglplus

OGLplus is a collection of open-source, cross-platform libraries which implement an object-oriented facade over the OpenGL® (version 3 and higher) and also OpenAL® (version 1.1) and EGL (version 1.4) C-language APIs. It provides wrappers which automate resource and object management and make the use of these libraries in C++ safer and more convenient.
http://oglplus.org/
Boost Software License 1.0
491 stars 72 forks source link

minor fixes #91

Closed Extrunder closed 9 years ago

Extrunder commented 9 years ago

fixed Texture::Active support for gl without GL_PRIMITIVE_RESTAR in shapes::Revolve

matus-chochlik commented 9 years ago

Thanks for the updates,

I've cherry-picked the last commit in the PR, the others were already merged.