Fixed Fullscreen mode + added a method to change the resolution.

This commit is contained in:
Michel Fedde 2021-03-20 17:26:52 +01:00
parent 261a3be02d
commit b58e3f72f8
5 changed files with 93 additions and 9 deletions

View file

@ -43,6 +43,11 @@ namespace SM.Base
/// </summary>
public static MaterialShader DefaultMaterialShader;
/// <summary>
/// The default render pipeline.
/// </summary>
public static RenderPipeline DefaultRenderPipeline;
/// <summary>
/// Shows more information onto the log system.
/// </summary>