예제 #1
0
 public EglWinContext(ContextHandle handle, EglWindowInfo window, IGraphicsContext sharedContext,
                      int major, int minor, GraphicsContextFlags flags)
     : base(handle, window, sharedContext, major, minor, flags)
 {
 }
예제 #2
0
 public EglWinContext(GraphicsMode mode, EglWindowInfo window, IGraphicsContext sharedContext,
                      int major, int minor, GraphicsContextFlags flags)
     : base(mode, window, sharedContext, major, minor, flags)
 {
 }