Update for Vulkan-Docs 1.2.194

This commit is contained in:
Jon Leech 2021-09-28 06:20:03 -07:00 committed by Jon Leech
parent 31dfaa4c63
commit e500c7c809
11 changed files with 5959 additions and 2986 deletions

View file

@ -317,7 +317,8 @@ def makeGenOpts(args):
], commonSuppressExtensions ],
[ 'vulkan_fuchsia.h', [ 'VK_FUCHSIA_imagepipe_surface',
'VK_FUCHSIA_external_memory',
'VK_FUCHSIA_external_semaphore' ], commonSuppressExtensions ],
'VK_FUCHSIA_external_semaphore',
'VK_FUCHSIA_buffer_collection' ], commonSuppressExtensions ],
[ 'vulkan_ggp.h', [ 'VK_GGP_stream_descriptor_surface',
'VK_GGP_frame_token' ], commonSuppressExtensions ],
[ 'vulkan_ios.h', [ 'VK_MVK_ios_surface' ], commonSuppressExtensions ],