Added more options to CreateWindowFramebuffer

This commit is contained in:
Michel Fedde 2021-03-24 11:21:39 +01:00
parent 7ffe566f9b
commit d17d1ac765
5 changed files with 25 additions and 18 deletions

View file

@ -18,6 +18,9 @@ namespace SM.OGL.Framebuffer
/// <inheritdoc />
protected override bool AutoCompile { get; set; } = true;
/// <summary>
/// The window for the screen
/// </summary>
public static IFramebufferWindow ScreenWindow;
/// <summary>