derelict-vulkan v0.0.12-alpha (2017-11-03T20:11:52Z)
Dub
Repo
MirFunctions
derelict
vulkan
system
posix
mir
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_MIR_KHR)
extern (
System
)
mixin template
MirFunctions () {
PFN_vkCreateMirSurfaceKHR
vkCreateMirSurfaceKHR
;
PFN_vkGetPhysicalDeviceMirPresentationSupportKHR
vkGetPhysicalDeviceMirPresentationSupportKHR
;
void
bindFunctionsMir
();
}
Members
Functions
bindFunctionsMir
void
bindFunctionsMir
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
vkCreateMirSurfaceKHR
PFN_vkCreateMirSurfaceKHR
vkCreateMirSurfaceKHR
;
Undocumented in source.
vkGetPhysicalDeviceMirPresentationSupportKHR
PFN_vkGetPhysicalDeviceMirPresentationSupportKHR
vkGetPhysicalDeviceMirPresentationSupportKHR
;
Undocumented in source.
Meta
Source
See Implementation
derelict
vulkan
system
posix
mir
aliases
PFN_vkCreateMirSurfaceKHR
PFN_vkGetPhysicalDeviceMirPresentationSupportKHR
VkMirSurfaceCreateFlagsKHR
functions
vkCreateMirSurfaceKHR
vkGetPhysicalDeviceMirPresentationSupportKHR
manifest constants
VK_KHR_MIR_SURFACE_EXTENSION_NAME
VK_KHR_MIR_SURFACE_SPEC_VERSION
VK_KHR_mir_surface
mixin templates
MirFunctions
structs
VkMirSurfaceCreateInfoKHR