Add xglDestroyDevice() call to test framework.

This commit is contained in:
Tobin Ehlis 2014-10-23 13:45:13 -06:00 committed by Courtney Goeltzenleuchter
parent 39393040ae
commit 34d12f76b1

View File

@ -87,6 +87,7 @@ void XglRenderFramework::ShutdownFramework()
}
// reset the driver
m_device->destroy_device();
xglInitAndEnumerateGpus(&this->app_info, XGL_NULL_HANDLE, 0, &gpu_count, XGL_NULL_HANDLE);
}