Example #1
0
        public void Close()
        {
            try
            {
                foreach (AmdGpu gpu in _hardware)
                {
                    gpu.Close();
                }

                if (_status == AtiAdlxx.ADL_OK)
                {
                    AtiAdlxx.ADL_Main_Control_Destroy();
                }
            }
            catch (Exception)
            { }
        }