windows build fix
This commit is contained in:
parent
e6e65b9439
commit
aa77962934
2 changed files with 5 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
module;
|
module;
|
||||||
|
|
||||||
#include "vulkan/vulkan.h"
|
#include "vulkan/vulkan.h"
|
||||||
#include "vulkan/vulkan_enums.hpp"
|
#include "vulkan/vk_enum_string_helper.h"
|
||||||
|
|
||||||
#define GET_EXTENSION_FUNCTION(_id) ((PFN_##_id)(vkGetInstanceProcAddr(instance, #_id)))
|
#define GET_EXTENSION_FUNCTION(_id) ((PFN_##_id)(vkGetInstanceProcAddr(instance, #_id)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,10 @@
|
||||||
{
|
{
|
||||||
"path":"https://github.com/KhronosGroup/Vulkan-Headers.git",
|
"path":"https://github.com/KhronosGroup/Vulkan-Headers.git",
|
||||||
"type":"include"
|
"type":"include"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path":"https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git",
|
||||||
|
"type":"include"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue