diff options
| author | Triang3l <triang3l@yandex.ru> | 2021-07-11 22:56:01 +0300 |
|---|---|---|
| committer | Triang3l <triang3l@yandex.ru> | 2021-07-11 22:56:01 +0300 |
| commit | 692e329e9c9bf6cc8ac7c1b260ad5f34ce58106c (patch) | |
| tree | abede4dfd4c505671acd4174871cd59c52b3df97 /premake5.lua | |
| parent | 458e4e1a316d6e804cf2c19adc204b230ca75fcc (diff) | |
[Vulkan] Load Vulkan manually for more lifetime and extension control
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index f5d6d90b8..e44f81c71 100644 --- a/premake5.lua +++ b/premake5.lua @@ -231,7 +231,6 @@ workspace("xenia") include("third_party/mspack.lua") include("third_party/snappy.lua") include("third_party/spirv-tools.lua") - include("third_party/volk.lua") include("third_party/xxhash.lua") if not os.istarget("android") then |
