mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-07-04 00:26:46 +02:00
load vulkan using volk and create window instance surface
This commit is contained in:
8
external/CMakeLists.txt
vendored
8
external/CMakeLists.txt
vendored
@ -38,6 +38,13 @@ if(NOT MM_HEADLESS)
|
||||
add_subdirectory("glad-debug")
|
||||
endif()
|
||||
|
||||
# TODO: determain if we need this
|
||||
#if (WIN32)
|
||||
#set(VOLK_STATIC_DEFINES VK_USE_PLATFORM_WIN32_KHR)
|
||||
#elseif()
|
||||
#endif()
|
||||
add_subdirectory("volk")
|
||||
|
||||
# stb utilies
|
||||
add_subdirectory("stb")
|
||||
|
||||
@ -54,4 +61,3 @@ if(NOT MM_HEADLESS)
|
||||
add_subdirectory("soloud")
|
||||
endif()
|
||||
|
||||
|
||||
|
1
external/volk
vendored
Submodule
1
external/volk
vendored
Submodule
Submodule external/volk added at 2784718c91
Reference in New Issue
Block a user