gfx.bindings.vulkan

D Bindings to Vulkan API for Gfx-d

Modules

vk
module gfx.bindings.vulkan.vk

Vulkan D bindings generated by vkdgen.py for Gfx-d

Public Imports

gfx.bindings.vulkan.vk
public import gfx.bindings.vulkan.vk;
Undocumented in source.

Members

Functions

VK_API_VERSION_1_0
uint VK_API_VERSION_1_0()
Undocumented in source. Be warned that the author may not have intended to support it.
VK_MAKE_VERSION
uint VK_MAKE_VERSION(uint major, uint minor, uint patch)
Undocumented in source. Be warned that the author may not have intended to support it.
VK_VERSION_MAJOR
uint VK_VERSION_MAJOR(uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.
VK_VERSION_MINOR
uint VK_VERSION_MINOR(uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.
VK_VERSION_PATCH
uint VK_VERSION_PATCH(uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.
loadVulkanGlobalCmds
VkGlobalCmds loadVulkanGlobalCmds()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

VK_NULL_HANDLE
enum VK_NULL_HANDLE;
Undocumented in source.
VK_NULL_ND_HANDLE
enum VK_NULL_ND_HANDLE;
Undocumented in source.
VK_NULL_ND_HANDLE
enum VK_NULL_ND_HANDLE;
Undocumented in source.

Meta