Update for Vulkan-Docs 1.1.102

This commit is contained in:
Jon Leech
2019-03-04 03:28:11 -08:00
committed by Jon Leech
parent 2ed3359a52
commit 982f0f84dc
8 changed files with 946 additions and 410 deletions

View File

@@ -264,6 +264,7 @@ def makeGenOpts(args):
[ 'vulkan_xcb.h', [ 'VK_KHR_xcb_surface' ], commonSuppressExtensions ],
[ 'vulkan_xlib.h', [ 'VK_KHR_xlib_surface' ], commonSuppressExtensions ],
[ 'vulkan_xlib_xrandr.h', [ 'VK_EXT_acquire_xlib_display' ], commonSuppressExtensions ],
[ 'vulkan_metal.h', [ 'VK_EXT_metal_surface' ], commonSuppressExtensions ],
]
for platform in platforms: