mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-27 22:14:22 +08:00
Merge pull request #3942 from ReinUsesLisp/flush-and-invalidate
vk_rasterizer: Match OpenGL's FlushAndInvalidate behavior
This commit is contained in:
@@ -569,7 +569,9 @@ void RasterizerVulkan::ReleaseFences() {
|
||||
}
|
||||
|
||||
void RasterizerVulkan::FlushAndInvalidateRegion(VAddr addr, u64 size) {
|
||||
FlushRegion(addr, size);
|
||||
if (Settings::IsGPULevelExtreme()) {
|
||||
FlushRegion(addr, size);
|
||||
}
|
||||
InvalidateRegion(addr, size);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user