mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-12-19 21:38:07 +00:00
Add xglDestroyDevice() call to test framework.
This commit is contained in:
parent
39393040ae
commit
34d12f76b1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user