public void Flush(NSOpenGLContext ctx) { ctx.FlushBuffer(); }
public override void Swap() { _context.FlushBuffer(); }
public void Flush() { openGLContext?.FlushBuffer(); }