derelict-vulkan v0.0.12-alpha (2017-11-03T20:11:52Z)
Dub
Repo
XCBFunctions
derelict
vulkan
system
posix
xcb
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_XCB_KHR)
extern (
System
)
mixin template
XCBFunctions () {
PFN_vkCreateXcbSurfaceKHR
vkCreateXcbSurfaceKHR
;
PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR
vkGetPhysicalDeviceXcbPresentationSupportKHR
;
void
bindFunctionsXCB
();
}
Members
Functions
bindFunctionsXCB
void
bindFunctionsXCB
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
vkCreateXcbSurfaceKHR
PFN_vkCreateXcbSurfaceKHR
vkCreateXcbSurfaceKHR
;
Undocumented in source.
vkGetPhysicalDeviceXcbPresentationSupportKHR
PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR
vkGetPhysicalDeviceXcbPresentationSupportKHR
;
Undocumented in source.
Meta
Source
See Implementation
derelict
vulkan
system
posix
xcb
aliases
PFN_vkCreateXcbSurfaceKHR
PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR
VkXcbSurfaceCreateFlagsKHR
functions
vkCreateXcbSurfaceKHR
vkGetPhysicalDeviceXcbPresentationSupportKHR
manifest constants
VK_KHR_XCB_SURFACE_EXTENSION_NAME
VK_KHR_XCB_SURFACE_SPEC_VERSION
VK_KHR_xcb_surface
mixin templates
XCBFunctions
structs
VkXcbSurfaceCreateInfoKHR