Added basic wrapper for Windows.UI.Xaml.Window implementing IRenderWindow

This commit is contained in:
Yoshi Askharoun
2021-07-16 20:17:23 -05:00
parent 3e3c9a6129
commit 37d2410a51
6 changed files with 271 additions and 8 deletions
@@ -61,7 +61,7 @@ namespace Microsoft.Iris.Render.Internal
}
}
IGraphicsDevice IRenderSession.GraphicsDevice => m_renderEngine.Window.GraphicsDevice;
IGraphicsDevice IRenderSession.GraphicsDevice => null;// m_renderEngine.Window.GraphicsDevice;
ISoundDevice IRenderSession.SoundDevice => m_renderEngine.SoundDevice;