BsGLContext.cpp 194 B

1234567891011121314
  1. #include "BsGLContext.h"
  2. namespace BansheeEngine
  3. {
  4. // Empty base class
  5. GLContext::GLContext()
  6. { }
  7. GLContext::~GLContext()
  8. { }
  9. void GLContext::endCurrent()
  10. { }
  11. }