mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Temporary hack until vk_hooks_linux.cpp is replaced - populate func ptrs
This commit is contained in:
@@ -212,6 +212,8 @@ class VulkanHook : LibraryHook
|
||||
|
||||
const VulkanFunctions &GetRealVKFunctions()
|
||||
{
|
||||
libvulkandlsymHandle = dlopen("libvulkan.so", RTLD_NOW);
|
||||
SetupHooks(VK);
|
||||
return VK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user