derelict-vulkan v0.0.12-alpha (2017-11-03T20:11:52Z)
Dub
Repo
vkCreateXlibSurfaceKHR
derelict
vulkan
system
posix
xlib
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
version(VK_USE_PLATFORM_XLIB_KHR && none)
extern (
System
)
VkResult
vkCreateXlibSurfaceKHR
(
VkInstance
instance
,
const
(
VkXlibSurfaceCreateInfoKHR
)*
pCreateInfo
,
const
(
VkAllocationCallbacks
)*
pAllocator
,
VkSurfaceKHR
*
pSurface
)
Meta
Source
See Implementation
derelict
vulkan
system
posix
xlib
aliases
PFN_vkCreateXlibSurfaceKHR
PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR
VkXlibSurfaceCreateFlagsKHR
functions
vkCreateXlibSurfaceKHR
vkGetPhysicalDeviceXlibPresentationSupportKHR
manifest constants
VK_KHR_XLIB_SURFACE_EXTENSION_NAME
VK_KHR_XLIB_SURFACE_SPEC_VERSION
VK_KHR_xlib_surface
mixin templates
XLibFunctions
structs
VkXlibSurfaceCreateInfoKHR