derelict-vulkan ~master (2021-09-28T00:07:39.9601117)
Dub
Repo
VkXlibSurfaceCreateInfoKHR
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)
extern (
System
)
struct
VkXlibSurfaceCreateInfoKHR {
VkStructureType
sType
;
const
(
void
)*
pNext
;
VkXlibSurfaceCreateFlagsKHR
flags
;
XLibDisplayHandle
dpy
;
XLibWindow
window
;
}
Members
Variables
dpy
XLibDisplayHandle
dpy
;
Undocumented in source.
flags
VkXlibSurfaceCreateFlagsKHR
flags
;
Undocumented in source.
pNext
const
(
void
)*
pNext
;
Undocumented in source.
sType
VkStructureType
sType
;
Undocumented in source.
window
XLibWindow
window
;
Undocumented in source.
Meta
Source
See Implementation
derelict
vulkan
system
posix
xlib
aliases
PFN_vkCreateXlibSurfaceKHR
PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR
VkXlibSurfaceCreateFlagsKHR
XLibVisualID
XLibWindow
functions
vkCreateXlibSurfaceKHR
vkGetPhysicalDeviceXlibPresentationSupportKHR
manifest constants
VK_KHR_XLIB_SURFACE_EXTENSION_NAME
VK_KHR_XLIB_SURFACE_SPEC_VERSION
VK_KHR_xlib_surface
mixins
__anonymous
mixin templates
XLibFunctions
structs
VkXlibSurfaceCreateInfoKHR