Axiom.RenderSystems.DirectX9.D3DRenderWindow.testLostDevice C# (CSharp) 메소드

testLostDevice() 개인적인 메소드

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