예제 #1
0
 public IGraphicsContext CreateGLContext(ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags)
 {
     return(Default.CreateGLContext(handle, window, shareContext, directRendering, major, minor, flags));
 }