C# Class MonoGame.Interop.Services.DeviceService

Show file Open project: Eastrall/MonoGame.Interop

Public Methods

Method Description
EndD3D ( ) : void
StartD3D ( Window parentWindow ) : void

Method Details

EndD3D() public static method

public static EndD3D ( ) : void
return void

StartD3D() public static method

public static StartD3D ( Window parentWindow ) : void
parentWindow System.Windows.Window
return void