mock_vulkan.cc relies on static thread_local data in some places. We should add a mechanism to make sure they get flushed between tests and an explicit cleanup time instead of relying on thread destruction. This will get is more in alignment with the guidelines in the c++ style guide.
mock_vulkan.cc relies on
static thread_localdata in some places. We should add a mechanism to make sure they get flushed between tests and an explicit cleanup time instead of relying on thread destruction. This will get is more in alignment with the guidelines in the c++ style guide.