From 9e7d998ce9d773953c7f7f15c6cd4282053f1e59 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Wed, 30 Oct 2024 12:13:54 +0800 Subject: [PATCH] layers: Add missing NVSCI checking for VkMemoryAllocateInfo According to the doc, If the parameters define an import operation and the external handle type is VK_EXTERNAL_MEMORY_HANDLE_TYPE_SCI_BUF_BIT_NV, allocationSize is ignored. Currently VVL will report check failure on this, add the checking for VkImportMemorySciBufInfoNV to fix this problem.