You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VUID 02261 requires that VkImageCreateInfo with DRM format modifier tiling must have either VkImageDrmFormatModifierListCreateInfoEXT or VkImageDrmFormatModifierExplicitCreateInfoEXT in its pNext chain. But VUID 06776 explicitly forbids the latter, which then implies that the former must always be used. But this would mean that the user is potentially querying the wrong requirements, since the image parameters may no longer match. How would the user query the memory requirements for an image that's going to be created with VkImageDrmFormatModifierExplicitCreateInfoEXT?
The text was updated successfully, but these errors were encountered:
VUID 02261 requires that
VkImageCreateInfo
with DRM format modifier tiling must have eitherVkImageDrmFormatModifierListCreateInfoEXT
orVkImageDrmFormatModifierExplicitCreateInfoEXT
in itspNext
chain. But VUID 06776 explicitly forbids the latter, which then implies that the former must always be used. But this would mean that the user is potentially querying the wrong requirements, since the image parameters may no longer match. How would the user query the memory requirements for an image that's going to be created withVkImageDrmFormatModifierExplicitCreateInfoEXT
?The text was updated successfully, but these errors were encountered: