cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
538 stars 59 forks source link

Move logging to glowbase #213

Closed rlux closed 10 years ago

rlux commented 10 years ago

This means stream operators for glow objects have to be defined externally in the headers of the objects. We have to solve the problem of the compiler not finding the correct operators first.

rlux commented 10 years ago

use cont ref for ref_ptr template function in LogMessageBuilder