yuzu/src/video_core
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-08-15 19:26:38 +01:00
2021-12-05 00:06:14 +08:00
2021-12-02 12:48:42 +08:00