Home | History | Annotate | Download | only in layers

Lines Matching defs:fpCreateDevice

4425     PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->instance, "vkCreateDevice");
4426 if (fpCreateDevice == NULL) {
4433 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);