Added more options to CreateWindowFramebuffer
This commit is contained in:
parent
7ffe566f9b
commit
d17d1ac765
5 changed files with 25 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue