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:
Nicolas Caramelli
2020-07-04 22:53:59 +02:00
committed by Lenny Komow
parent 67ce5e5a58
commit 33adf476d6
9 changed files with 197 additions and 0 deletions
+1
View File
@@ -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',
}