Files
suyu/src/video_core/renderer_vulkan
ameerj 481b210c0d vk_texture_cache: Fix invalidated pointer access
The vulkan ImageView held a reference to its source image for rescale status checking. This pointer is sometimes invalidated when the texture cache slot_images container is resized.
To avoid an invalid pointer dereference, the ImageView now holds a reference to the container itself.
2021-12-23 20:55:48 -05:00
..
2021-11-16 22:11:33 +01:00
2021-11-16 22:11:33 +01:00
2021-12-18 14:27:07 +08:00
2021-10-22 22:56:31 +08:00