C# Class NoesisGUI.MonoGameWrapper.Helpers.DeviceDX11StateHelper

This helper provide methods for saving and restoring DX11 graphics device state with MonoGame. Provided by NoesisGUI team
显示文件 Open project: aienabled/NoesisGUI.MonoGameWrapper

Public Methods

Method Description
Restore ( DeviceContext context ) : void
Save ( DeviceContext context ) : void

Method Details

Restore() public method

public Restore ( DeviceContext context ) : void
context DeviceContext
return void

Save() public method

public Save ( DeviceContext context ) : void
context DeviceContext
return void