Fixed Fullscreen mode + added a method to change the resolution.
This commit is contained in:
parent
261a3be02d
commit
b58e3f72f8
5 changed files with 93 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue