wsi: Make WSI cases more consistent, fail if not set correctly
Filled in build details for Mir, Wayland, etc.
This commit is contained in:
parent
05db2f0c54
commit
d7f76a87d7
1 changed files with 3 additions and 0 deletions
|
|
@ -196,6 +196,9 @@ typedef struct VkLayerInstanceDispatchTable_
|
|||
PFN_vkCreateXlibSurfaceKHR CreateXlibSurfaceKHR;
|
||||
PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR GetPhysicalDeviceXlibPresentationSupportKHR;
|
||||
#endif
|
||||
#ifdef VK_USE_PLATFORM_ANDROID_KHR
|
||||
PFN_vkCreateAndroidSurfaceKHR CreateAndroidSurfaceKHR;
|
||||
#endif
|
||||
} VkLayerInstanceDispatchTable;
|
||||
|
||||
// LL node for tree of dbg callback functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue