- PFN_vkCreateXlibSurfaceKHR
alias PFN_vkCreateXlibSurfaceKHR = VkResult function(VkInstance instance, const(VkXlibSurfaceCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, XLibDisplayHandle dpy, XLibVisualID visualID)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- VkXlibSurfaceCreateFlagsKHR
alias VkXlibSurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- XLibVisualID
alias XLibVisualID = uint
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- XLibWindow
alias XLibWindow = uint
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.