nvk: Don't exnore ExternalImageFormatInfo

Fixes: 702326d013 ("nvk: Add external memory queries")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27242>
This commit is contained in:
Faith Ekstrand
2024-01-24 10:06:52 -06:00
committed by Marge Bot
parent f3850c97d1
commit 58e916b3b7
+1 -1
View File
@@ -189,7 +189,7 @@ nvk_GetPhysicalDeviceImageFormatProperties2(
{
VK_FROM_HANDLE(nvk_physical_device, pdev, physicalDevice);
const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL;
const VkPhysicalDeviceExternalImageFormatInfo *external_info =
vk_find_struct_const(pImageFormatInfo->pNext,
PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO);