Axiom.RenderSystems.DirectX9.D3DRenderWindow.testLostDevice C# (CSharp) Méthode

testLostDevice() private méthode

private testLostDevice ( ) : bool
Résultat bool
		private bool testLostDevice()
		{
			DX.Result result = D3DDevice.TestCooperativeLevel();
			return ( result == D3D.ResultCode.DeviceLost ) ||
				   ( result == D3D.ResultCode.DeviceNotReset );
		}