Update for Vulkan-Docs 1.2.154

This commit is contained in:
Jon Leech
2020-09-21 02:25:03 -07:00
committed by Jon Leech
parent f0e102e481
commit 7f9879b1b1
6 changed files with 4162 additions and 144 deletions

View File

@@ -269,7 +269,7 @@ def makeGenOpts(args):
# Extensions required and suppressed for beta "platform". This can
# probably eventually be derived from the requires= attributes of
# the extension blocks.
betaRequireExtensions = [ 'VK_KHR_ray_tracing', 'VK_KHR_deferred_host_operations', 'VK_KHR_pipeline_library' ]
betaRequireExtensions = [ 'VK_KHR_ray_tracing', 'VK_KHR_deferred_host_operations', 'VK_KHR_pipeline_library', 'VK_KHR_portability_subset' ]
betaSuppressExtensions = [ 'VK_NV_ray_tracing' ]
platforms = [