radv: remove a few more unnecessary KHR suffixes
[mesa.git] / src / amd / vulkan / radv_image.c
index e7f5d5249d8e02741f6f67d8277103be772fcb49..6b51efaf91911f54b36380310a52d2e590a54158 100644 (file)
@@ -991,7 +991,7 @@ radv_image_create(VkDevice _device,
        }
 
        image->shareable = vk_find_struct_const(pCreateInfo->pNext,
-                                               EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR) != NULL;
+                                               EXTERNAL_MEMORY_IMAGE_CREATE_INFO) != NULL;
        if (!vk_format_is_depth_or_stencil(pCreateInfo->format) && !create_info->scanout && !image->shareable) {
                image->info.surf_index = &device->image_mrt_offset_counter;
        }