Add Vulkan demo
This commit is contained in:
19
examples/VulkanTest/build.lua
Normal file
19
examples/VulkanTest/build.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
EXAMPLE.Name = "VulkanTest"
|
||||
|
||||
EXAMPLE.EnableConsole = true
|
||||
|
||||
EXAMPLE.OsDefines.Windows = {
|
||||
"VK_USE_PLATFORM_WIN32_KHR",
|
||||
"WIN32_LEAN_AND_MEAN",
|
||||
"NOMINMAX"
|
||||
}
|
||||
|
||||
EXAMPLE.Files = {
|
||||
"main.cpp"
|
||||
}
|
||||
|
||||
EXAMPLE.Libraries = {
|
||||
"NazaraCore",
|
||||
"NazaraVulkanRenderer",
|
||||
"NazaraUtility"
|
||||
}
|
||||
Reference in New Issue
Block a user