Update for Vulkan-Docs 1.2.175

This commit is contained in:
Jon Leech 2021-04-13 02:38:07 -07:00 committed by Jon Leech
parent e1d8c4931d
commit e01b006576
8 changed files with 69031 additions and 36569 deletions

View file

@ -299,7 +299,16 @@ 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_portability_subset' ]
betaRequireExtensions = [
'VK_KHR_portability_subset',
'VK_KHR_video_queue',
'VK_KHR_video_decode_queue',
'VK_KHR_video_encode_queue',
'VK_EXT_video_decode_h264',
'VK_EXT_video_decode_h265',
'VK_EXT_video_encode_h264',
]
betaSuppressExtensions = []
platforms = [