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

Updated GLM interop #56

Closed vif closed 10 years ago

vif commented 10 years ago

oglplus with the latest version of GLM did not compile. It would appear that GLM started requiring a "precision type" in it's template signature. I don't know how "accurate" setting the "precision type" to "glm::highp" is, but at the very least everything compiles.

matus-chochlik commented 10 years ago

Hi Vitali,

Thanks for the patch, but I'd like to try a different, more generic solution, I'll run some tests and if it works I will push it shortly.