derelict-vulkan v0.0.12-alpha (2017-11-03T20:11:52Z)
Dub
Repo
WaylandFunctions
derelict
vulkan
system
posix
wayland
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_WAYLAND_KHR)
extern (
System
)
mixin template
WaylandFunctions () {
PFN_vkCreateWaylandSurfaceKHR
vkCreateWaylandSurfaceKHR
;
PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR
vkGetPhysicalDeviceWaylandPresentationSupportKHR
;
void
bindFunctionsWayland
();
}
Members
Functions
bindFunctionsWayland
void
bindFunctionsWayland
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
vkCreateWaylandSurfaceKHR
PFN_vkCreateWaylandSurfaceKHR
vkCreateWaylandSurfaceKHR
;
Undocumented in source.
vkGetPhysicalDeviceWaylandPresentationSupportKHR
PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR
vkGetPhysicalDeviceWaylandPresentationSupportKHR
;
Undocumented in source.
Meta
Source
See Implementation
derelict
vulkan
system
posix
wayland
aliases
PFN_vkCreateWaylandSurfaceKHR
PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR
VkWaylandSurfaceCreateFlagsKHR
functions
vkCreateWaylandSurfaceKHR
vkGetPhysicalDeviceWaylandPresentationSupportKHR
manifest constants
VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME
VK_KHR_WAYLAND_SURFACE_SPEC_VERSION
VK_KHR_wayland_surface
mixin templates
WaylandFunctions
structs
VkWaylandSurfaceCreateInfoKHR