mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-21 16:03:34 +01:00
texture_cache: Fix blacklists on compute
This commit is contained in:
parent
56ccda1d99
commit
2182d25750
@ -142,7 +142,7 @@ void TextureCache<P>::FillGraphicsImageViews(std::span<ImageViewInOut> views) {
|
||||
|
||||
template <class P>
|
||||
void TextureCache<P>::FillComputeImageViews(std::span<ImageViewInOut> views) {
|
||||
FillImageViews<false>(compute_image_table, compute_image_view_ids, views);
|
||||
FillImageViews<true>(compute_image_table, compute_image_view_ids, views);
|
||||
}
|
||||
|
||||
template <class P>
|
||||
|
Loading…
x
Reference in New Issue
Block a user