Initial vulkan context and immediate drawer.
Extremely rough, just checking in so DrChat can snoop.
This commit is contained in:
24
third_party/vulkan/loader/premake5.lua
vendored
Normal file
24
third_party/vulkan/loader/premake5.lua
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
group("third_party")
|
||||
project("vulkan-loader")
|
||||
uuid("07d77359-1618-43e6-8a4a-0ee9ddc5fa6a")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
|
||||
defines({
|
||||
"_LIB",
|
||||
})
|
||||
removedefines({
|
||||
"_UNICODE",
|
||||
"UNICODE",
|
||||
})
|
||||
includedirs({
|
||||
".",
|
||||
})
|
||||
recursive_platform_files()
|
||||
|
||||
filter("platforms:Windows")
|
||||
warnings("Off") -- Too many warnings.
|
||||
characterset("MBCS")
|
||||
defines({
|
||||
"VK_USE_PLATFORM_WIN32_KHR",
|
||||
})
|
||||
Reference in New Issue
Block a user