BsGLContext.cpp 521 B

12345678910111213141516
  1. //__________________________ Banshee Project - A modern game development toolkit _________________________________//
  2. //_____________________________________ www.banshee-project.com __________________________________________________//
  3. //________________________ Copyright (c) 2014 Marko Pintera. All rights reserved. ________________________________//
  4. #include "BsGLContext.h"
  5. namespace BansheeEngine
  6. {
  7. GLContext::GLContext()
  8. { }
  9. GLContext::~GLContext()
  10. { }
  11. void GLContext::endCurrent()
  12. { }
  13. }