derelict.vulkan.system.posix.mir

Undocumented in source.

Public Imports

derelict.vulkan.base
public import derelict.vulkan.base;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
derelict.vulkan.types
public import derelict.vulkan.types;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Aliases

PFN_vkCreateMirSurfaceKHR
alias PFN_vkCreateMirSurfaceKHR = VkResult function(VkInstance instance, const(VkMirSurfaceCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceMirPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceMirPresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, MirConnection* connection)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMirSurfaceCreateFlagsKHR
alias VkMirSurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Functions

vkCreateMirSurfaceKHR
VkResult vkCreateMirSurfaceKHR(VkInstance instance, const(VkMirSurfaceCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceMirPresentationSupportKHR
VkBool32 vkGetPhysicalDeviceMirPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, MirConnection* connection)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Manifest constants

VK_KHR_MIR_SURFACE_EXTENSION_NAME
enum VK_KHR_MIR_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_MIR_SURFACE_SPEC_VERSION
enum VK_KHR_MIR_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_mir_surface
enum VK_KHR_mir_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Mixin templates

MirFunctions
mixintemplate MirFunctions()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Structs

VkMirSurfaceCreateInfoKHR
struct VkMirSurfaceCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta