예제 #1
0
    EngineDevice::~EngineDevice()
    {
        assert(s_instance == this);
        s_instance = nullptr;

		PrepareForShutdown();
        Assets::Dependencies_Shutdown();
        delete _pimpl;
        _pimpl = nullptr;
        TerminateFileSystemMonitoring();
    }
예제 #2
0
파일: TestDLL.cpp 프로젝트: Clever-Boy/XLE
	TESTDLL_API void	Shutdown()
	{
		s_depVal.reset();
		TerminateFileSystemMonitoring();
	}