mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-19 17:13:36 -04:00
loader: Add support for directfb surface extension
The new VK_EXT_directfb_surface extension is a WSI extension and thereforce needs loader support like the other surface extensions.
This commit is contained in:
committed by
Lenny Komow
parent
67ce5e5a58
commit
33adf476d6
@@ -56,6 +56,7 @@ platform_dict = {
|
||||
'win32' : 'VK_USE_PLATFORM_WIN32_KHR',
|
||||
'xcb' : 'VK_USE_PLATFORM_XCB_KHR',
|
||||
'xlib' : 'VK_USE_PLATFORM_XLIB_KHR',
|
||||
'directfb' : 'VK_USE_PLATFORM_DIRECTFB_EXT',
|
||||
'xlib_xrandr' : 'VK_USE_PLATFORM_XLIB_XRANDR_EXT',
|
||||
'provisional' : 'VK_ENABLE_BETA_EXTENSIONS',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user