Home | History | Annotate | Download | only in libvulkan

Lines Matching defs:vkCreateInstance

445         "vkCreateInstance",
507 if (strcmp(pName, "vkCreateInstance") == 0) return reinterpret_cast<PFN_vkVoidFunction>(CreateInstance);
583 { "vkCreateInstance", nullptr },
1231 VKAPI_ATTR VkResult vkCreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) {