Reign.Video.D3D9.Texture2D.deviceLost C# (CSharp) 메소드

deviceLost() 개인적인 메소드

private deviceLost ( ) : void
리턴 void
        private void deviceLost()
        {
            if (!video.Caps.ExDevice && (LostDevice_pool != REIGN_D3DPOOL.MANAGED || LostDevice_isRenderTarget)) dispose();
        }