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

3
.gitmodules vendored
View File

@ -37,3 +37,6 @@
path = external/physfs/physfs
url = https://github.com/icculus/physfs.git
branch = main
[submodule "external/volk"]
path = external/volk
url = https://github.com/zeux/volk.git