Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CurrentDeviceType

_D3DDEVTYPE Microsoft.Xna.Framework.Graphics.GraphicsAdapter.CurrentDeviceType
staticgetpackage

Definition at line 87 of file GraphicsAdapter.cs.

88 {
89 get
90 {
92 {
93 return (_D3DDEVTYPE)4;
94 }
95 return (!_003Cbacking_store_003EUseReferenceDevice) ? ((_D3DDEVTYPE)1) : ((_D3DDEVTYPE)2);
96 }
97 }

Referenced by Microsoft.Xna.Framework.Graphics.GraphicsDevice.GraphicsDevice().