Skip to content

gpu: Handle a full cache

Benjamin Otte requested to merge wip/otte/for-main into main

Previously, we only checked if the cache had exhausted the maximum number of slices. But we also need to check that the height of the slices doesn't exceed the height of the texture.

Merge request reports