commit | a3fdbec792456227f3b600646e27e93d37c01692 | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobin@lunarg.com> | Thu Oct 23 13:45:13 2014 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 31 15:29:18 2014 -0600 |
tree | 4027fb443411ab10b74a16960b172a5ef6357194 | |
parent | 7ac42d23cefe6bb0bbcacf52e6c7a5299b341852 [diff] [blame] |
Add xglDestroyDevice() call to test framework.
diff --git a/tests/xglrenderframework.cpp b/tests/xglrenderframework.cpp index abacbfc..ab87374 100644 --- a/tests/xglrenderframework.cpp +++ b/tests/xglrenderframework.cpp
@@ -87,6 +87,7 @@ } // reset the driver + m_device->destroy_device(); xglInitAndEnumerateGpus(&this->app_info, XGL_NULL_HANDLE, 0, &gpu_count, XGL_NULL_HANDLE); }