load vulkan using volk and create window instance surface

This commit is contained in:
2022-06-01 02:39:08 +02:00
parent 0f361f6505
commit 96722abe4e
6 changed files with 100 additions and 2 deletions

View File

@ -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

Submodule external/volk added at 2784718c91