Define VK_NO_PROTOTYPES to prevent accidental usage of free Vulkan functions

This commit is contained in:
Lynix 2020-03-14 17:34:40 +01:00
parent 74adef0aec
commit 91c05abd19
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ TOOL.TargetDirectory = "../lib"
TOOL.Defines = {
"NAZARA_BUILD",
"NAZARA_VULKANRENDERER_BUILD"
"NAZARA_VULKANRENDERER_BUILD",
"VK_NO_PROTOTYPES"
}
TOOL.Includes = {