/platform/unix/scaffold/opengl.d
D | 22 lines | 8 code | 6 blank | 8 comment | 0 complexity | bdf399bf9fbd434ed82684b595aa8f2d MD5 | raw file
- /*
- * opengl.d
- *
- * This Scaffold holds the OpenGL implementations for the Linux platform
- *
- * Author: Dave Wilkinson
- *
- */
- module scaffold.opengl;
- import binding.opengl.gl;
- import opengl.window;
- import platform.unix.common;
- import platform.vars.window;
- void OpenGLWindowInitialize(ref GLWindow glWindow, WindowPlatformVars* windowVars)
- {
- }