cginternals / globjects

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

Provide a isDefaultFBO() member function for FrameBufferObject #220

Closed scheibel closed 10 years ago

rlux commented 10 years ago

Why not an isDefault() method on Object? That would work for all subclasses, as 0 is always the default id.

scheibel commented 10 years ago

:thumbsup: