PageRenderTime 23ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/platform/unix/scaffold/opengl.d

http://github.com/wilkie/djehuty
D | 22 lines | 8 code | 6 blank | 8 comment | 0 complexity | bdf399bf9fbd434ed82684b595aa8f2d MD5 | raw file
  1. /*
  2. * opengl.d
  3. *
  4. * This Scaffold holds the OpenGL implementations for the Linux platform
  5. *
  6. * Author: Dave Wilkinson
  7. *
  8. */
  9. module scaffold.opengl;
  10. import binding.opengl.gl;
  11. import opengl.window;
  12. import platform.unix.common;
  13. import platform.vars.window;
  14. void OpenGLWindowInitialize(ref GLWindow glWindow, WindowPlatformVars* windowVars)
  15. {
  16. }