[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

1 commit

Author SHA1 Message Date
e057694a4f [Vulkan][TextureCache] Always use identity-swizzled views for storage images
All checks were successful
eden-license / license-header (pull_request) Successful in 30s
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.
2025-08-28 05:16:43 +02:00