Home | History | Annotate | Download | only in libvulkan

Lines Matching defs:vkCreateInstance

443         "vkCreateInstance",
489 if (strcmp(pName, "vkCreateInstance") == 0) return reinterpret_cast<PFN_vkVoidFunction>(CreateInstance);
565 { "vkCreateInstance", nullptr },
1213 VKAPI_ATTR VkResult vkCreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) {