Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NoesisGUI
MonoGameWrapper
Helpers
DeviceDX11StateHelper
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