BsGLUtil.h 177 B

123456789101112
  1. #pragma once
  2. #include "BsWin32GLSupport.h"
  3. #include "BsWin32VideoModeInfo.h"
  4. namespace BansheeEngine
  5. {
  6. GLSupport* getGLSupport()
  7. {
  8. return bs_new<Win32GLSupport>();
  9. }
  10. };