derelict-vulkan v0.0.12-alpha (2017-11-03T20:11:52Z)
Dub
Repo
vkCreateWaylandSurfaceKHR
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 && none)
extern (
System
)
VkResult
vkCreateWaylandSurfaceKHR
(
VkInstance
instance
,
const
(
VkWaylandSurfaceCreateInfoKHR
)*
pCreateInfo
,
const
(
VkAllocationCallbacks
)*
pAllocator
,
VkSurfaceKHR
*
pSurface
)
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