derelict-vulkan v0.0.12-alpha (2017-11-03T20:11:52Z)
Dub
Repo
VkWin32SurfaceCreateInfoKHR
derelict
vulkan
system
windows
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(Windows)
extern (
System
)
struct
VkWin32SurfaceCreateInfoKHR {
VkStructureType
sType
;
const
(
void
)*
pNext
;
VkWin32SurfaceCreateFlagsKHR
flags
;
HINSTANCE
hinstance
;
HWND
hwnd
;
}
Members
Variables
flags
VkWin32SurfaceCreateFlagsKHR
flags
;
Undocumented in source.
hinstance
HINSTANCE
hinstance
;
Undocumented in source.
hwnd
HWND
hwnd
;
Undocumented in source.
pNext
const
(
void
)*
pNext
;
Undocumented in source.
sType
VkStructureType
sType
;
Undocumented in source.
Meta
Source
See Implementation
derelict
vulkan
system
windows
aliases
PFN_vkCreateWin32SurfaceKHR
PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR
VkWin32SurfaceCreateFlagsKHR
functions
vkCreateWin32SurfaceKHR
vkGetPhysicalDeviceWin32PresentationSupportKHR
manifest constants
VK_KHR_WIN32_SURFACE_EXTENSION_NAME
VK_KHR_WIN32_SURFACE_SPEC_VERSION
VK_KHR_win32_surface
libNames
mixin templates
Functions
structs
VkWin32SurfaceCreateInfoKHR