Home | History | Annotate | Download | only in layers

Lines Matching defs:vkCreateInstance

92         // suggestion is to call this during vkCreateInstance(), and then we
135 vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) {
140 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance");
742 if (!strcmp(funcName, "vkCreateInstance"))
743 return (PFN_vkVoidFunction)vkCreateInstance;