- CreateInstance
VkResult CreateInstance(const(VkInstanceCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkInstance* pInstance)
Undocumented in source. Be warned that the author may not have intended to support it.
- EnumerateInstanceExtensionProperties
VkResult EnumerateInstanceExtensionProperties(const(char)* pLayerName, uint32_t* pPropertyCount, VkExtensionProperties* pProperties)
Undocumented in source. Be warned that the author may not have intended to support it.
- EnumerateInstanceLayerProperties
VkResult EnumerateInstanceLayerProperties(uint32_t* pPropertyCount, VkLayerProperties* pProperties)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetInstanceProcAddr
PFN_vkVoidFunction GetInstanceProcAddr(VkInstance instance, const(char)* pName)
Undocumented in source. Be warned that the author may not have intended to support it.