[Vulkan][TextureCache] Always use identity-swizzled views for storage images #321

Merged
CamilleLaVey merged 1 commit from vuid_00336_fix into master 2025-08-28 05:21:06 +02:00
Member

Validation flagged writes to a VK_DESCRIPTOR_TYPE_STORAGE_IMAGE descriptor because the bound VkImageView had a non-identity component mapping and hence the vuid-00336 error, this fixes the said error.

Validation flagged writes to a VK_DESCRIPTOR_TYPE_STORAGE_IMAGE descriptor because the bound VkImageView had a non-identity component mapping and hence the vuid-00336 error, this fixes the said error.
CamilleLaVey approved these changes 2025-08-28 05:16:36 +02:00
CamilleLaVey force-pushed vuid_00336_fix from bb0e5554fc to e057694a4f 2025-08-28 05:16:45 +02:00 Compare
CamilleLaVey merged commit 8ed05425dd into master 2025-08-28 05:21:06 +02:00
CamilleLaVey deleted branch vuid_00336_fix 2025-08-28 05:21:09 +02:00
Sign in to join this conversation.
No description provided.