Update Vulkan loader to 1.1.127

This commit is contained in:
bruvzg
2019-11-06 11:38:30 +02:00
parent 7f430b03a7
commit 7bf72ed14e
31 changed files with 33207 additions and 15345 deletions

View File

@ -14,7 +14,6 @@ if env['builtin_vulkan']:
env_thirdparty.disable_warnings()
loader_sources = [
"asm_offset.c",
"cJSON.c",
"debug_utils.c",
"dev_ext_trampoline.c",
@ -29,6 +28,7 @@ if env['builtin_vulkan']:
if env['platform'] == "windows":
loader_sources.append("dirent_on_windows.c")
loader_sources.append("dxgi_loader.c")
env_thirdparty.AppendUnique(CPPDEFINES=[
'VK_USE_PLATFORM_WIN32_KHR',
'VULKAN_NON_CMAKE_BUILD',