mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Added basic wrapper for Windows.UI.Xaml.Window implementing IRenderWindow
This commit is contained in:
@@ -76,12 +76,11 @@ namespace Microsoft.Iris.Session
|
||||
}
|
||||
|
||||
internal void InitializeRenderingDevices(
|
||||
SKSurface skSurface,
|
||||
GraphicsDeviceType graphicsType,
|
||||
GraphicsRenderingQuality renderingQuality,
|
||||
SoundDeviceType soundType)
|
||||
{
|
||||
_engine.Initialize(skSurface, graphicsType, renderingQuality, soundType);
|
||||
_engine.Initialize(graphicsType, renderingQuality, soundType);
|
||||
_effectManager = new EffectManager(_session);
|
||||
_soundManager = new SoundManager(this, _session);
|
||||
_animationManager = new AnimationManager(_session);
|
||||
|
||||
Reference in New Issue
Block a user