derelict.vulkan.system.windows

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_vkCreateWin32SurfaceKHR
alias PFN_vkCreateWin32SurfaceKHR = VkResult function(VkInstance instance, const(VkWin32SurfaceCreateInfoKHR)* 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_vkGetPhysicalDeviceWin32PresentationSupportKHR
alias PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint queueFamilyIndex)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkWin32SurfaceCreateFlagsKHR
alias VkWin32SurfaceCreateFlagsKHR = 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

vkCreateWin32SurfaceKHR
VkResult vkCreateWin32SurfaceKHR(VkInstance instance, const(VkWin32SurfaceCreateInfoKHR)* 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.
vkGetPhysicalDeviceWin32PresentationSupportKHR
VkBool32 vkGetPhysicalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physicalDevice, uint queueFamilyIndex)
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_WIN32_SURFACE_EXTENSION_NAME
enum VK_KHR_WIN32_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_WIN32_SURFACE_SPEC_VERSION
enum VK_KHR_WIN32_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_win32_surface
enum VK_KHR_win32_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.
libNames
enum libNames;
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

Functions
mixintemplate Functions()
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

VkWin32SurfaceCreateInfoKHR
struct VkWin32SurfaceCreateInfoKHR
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