Home | History | Annotate | Download | only in layers

Lines Matching defs:fpCreateDevice

217     PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->instance, "vkCreateDevice");
218 if (fpCreateDevice == NULL) {
225 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);