mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 16:50:34 +01:00
venus: skip image cache for VkOpaqueCaptureDataCreateInfoEXT
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39762>
This commit is contained in:
parent
526788a097
commit
990b5fca37
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ vn_image_get_image_reqs_key(struct vn_device *dev,
|
|||
sizeof(VkImageUsageFlags));
|
||||
break;
|
||||
}
|
||||
case VK_STRUCTURE_TYPE_OPAQUE_CAPTURE_DATA_CREATE_INFO_EXT:
|
||||
default:
|
||||
/* Skip cache for unsupported pNext */
|
||||
dev->image_reqs_cache.debug.cache_skip_count++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue