diff options
Diffstat (limited to 'registry/genvk.py')
-rwxr-xr-x | registry/genvk.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/registry/genvk.py b/registry/genvk.py index becf580..37131e3 100755 --- a/registry/genvk.py +++ b/registry/genvk.py @@ -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 ], |