BsGLContext.cpp 170 B

12345678910111213
  1. #include "BsGLContext.h"
  2. namespace BansheeEngine
  3. {
  4. GLContext::GLContext()
  5. { }
  6. GLContext::~GLContext()
  7. { }
  8. void GLContext::endCurrent()
  9. { }
  10. }