mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 09:20:23 +01:00
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:
parent
0253845272
commit
6d1c4049de
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue