derelict-vulkan v0.0.12-alpha (2017-11-03T20:11:52Z)
Dub
Repo
VkWaylandSurfaceCreateInfoKHR
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
)
struct
VkWaylandSurfaceCreateInfoKHR {
VkStructureType
sType
;
const
(
void
)*
pNext
;
VkWaylandSurfaceCreateFlagsKHR
flags
;
wl_display
*
display
;
wl_surface
*
surface
;
}
Members
Variables
display
wl_display
*
display
;
Undocumented in source.
flags
VkWaylandSurfaceCreateFlagsKHR
flags
;
Undocumented in source.
pNext
const
(
void
)*
pNext
;
Undocumented in source.
sType
VkStructureType
sType
;
Undocumented in source.
surface
wl_surface
*
surface
;
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