Define VK_NO_PROTOTYPES to prevent accidental usage of free Vulkan functions
This commit is contained in:
parent
74adef0aec
commit
91c05abd19
|
|
@ -7,7 +7,8 @@ TOOL.TargetDirectory = "../lib"
|
||||||
|
|
||||||
TOOL.Defines = {
|
TOOL.Defines = {
|
||||||
"NAZARA_BUILD",
|
"NAZARA_BUILD",
|
||||||
"NAZARA_VULKANRENDERER_BUILD"
|
"NAZARA_VULKANRENDERER_BUILD",
|
||||||
|
"VK_NO_PROTOTYPES"
|
||||||
}
|
}
|
||||||
|
|
||||||
TOOL.Includes = {
|
TOOL.Includes = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue