BsGLContext.cpp 424 B

123456789101112131415
  1. //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
  2. //**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
  3. #include "BsGLContext.h"
  4. namespace bs { namespace ct
  5. {
  6. GLContext::GLContext()
  7. { }
  8. GLContext::~GLContext()
  9. { }
  10. void GLContext::endCurrent()
  11. { }
  12. }}