mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 12:51:03 +00:00
Change dll name
This commit is contained in:
@@ -849,7 +849,7 @@ ReplayCreateStatus Vulkan_CreateReplayDevice(const char *logfile, IReplayDriver
|
||||
RDCDEBUG("Creating a VulkanReplay replay device");
|
||||
|
||||
#if defined(WIN32)
|
||||
bool loaded = Process::LoadModule("vulkan.dll");
|
||||
bool loaded = Process::LoadModule("vulkan.0.dll");
|
||||
#elif defined(__linux__)
|
||||
bool loaded = Process::LoadModule("libvulkan.so");
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user