turnip: advertise VK_KHR_external_memory

AFAICT, it is supported.  We don't need to handle any of the new
structs because our BOs can always be exported.
This commit is contained in:
Chia-I Wu 2019-02-01 10:27:28 -08:00
parent 0253845272
commit 6d1c4049de

View file

@ -72,6 +72,7 @@ EXTENSIONS = [
Extension('VK_EXT_display_control', 1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
Extension('VK_EXT_debug_report', 9, True),
Extension('VK_KHR_external_memory_capabilities', 1, True),
Extension('VK_KHR_external_memory', 1, True),
]
class VkVersion: