Temporary hack until vk_hooks_linux.cpp is replaced - populate func ptrs

This commit is contained in:
baldurk
2015-08-30 13:51:19 +02:00
parent ab482edcc1
commit 75c62479d9
@@ -212,6 +212,8 @@ class VulkanHook : LibraryHook
const VulkanFunctions &GetRealVKFunctions()
{
libvulkandlsymHandle = dlopen("libvulkan.so", RTLD_NOW);
SetupHooks(VK);
return VK;
}