···216216 .sType = VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2,
217217 .pNext = &memory_dedicated_requirements,
218218 };
219219- vk->vkGetImageMemoryRequirements2KHR(vk->device, &memory_requirements_info, &memory_requirements);
219219+ vk->vkGetImageMemoryRequirements2(vk->device, &memory_requirements_info, &memory_requirements);
220220221221 /* on tegra we must not use dedicated allocation when it is only preferred to avoid black textures and driver
222222 * errors when blitting from opengl interop textures.