using System.Collections.Generic; namespace Avalonia.OpenGL; public interface IPlatformGraphicsOpenGlContextFactory { IGlContext CreateContext(IEnumerable? versions); }