mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 08:27:53 +00:00
vulkan_common: Move dynamic library load to a separate file
Allows us to initialize a Vulkan dynamic library from different backends without duplicating code.
This commit is contained in:
parent
757c415bfd
commit
b05cecfbd8
4 changed files with 59 additions and 31 deletions
|
@ -260,6 +260,8 @@ add_library(video_core STATIC
|
|||
textures/texture.h
|
||||
video_core.cpp
|
||||
video_core.h
|
||||
vulkan_common/vulkan_library.cpp
|
||||
vulkan_common/vulkan_library.h
|
||||
)
|
||||
|
||||
create_target_directory_groups(video_core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue