Update for Vulkan-Docs 1.2.162

This commit is contained in:
Jon Leech
2020-11-22 23:49:55 -08:00
committed by Jon Leech
parent 30e70cbd98
commit d2308183f2
6 changed files with 4610 additions and 3386 deletions

View File

@@ -293,8 +293,8 @@ 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', 'VK_KHR_portability_subset' ]
betaSuppressExtensions = [ 'VK_NV_ray_tracing' ]
betaRequireExtensions = [ 'VK_KHR_portability_subset' ]
betaSuppressExtensions = []
platforms = [
[ 'vulkan_android.h', [ 'VK_KHR_android_surface',

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff