Add Vulkan demo

This commit is contained in:
Lynix
2017-08-06 12:13:39 +02:00
parent 5b922cf52f
commit cc0c661dd7
2 changed files with 803 additions and 0 deletions

View 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"
}