vk oit: reset all pipelines on init/reset

Avoid validation errors when switching to/from RTT Copy to VRAM
This commit is contained in:
Flyinghead 2023-03-12 16:00:49 +01:00
parent e4332f6275
commit 90269d5204
1 changed files with 3 additions and 0 deletions

View File

@ -324,6 +324,9 @@ public:
pipelines.clear();
modVolPipelines.clear();
trModVolPipelines.clear();
finalPipeline.reset();
clearPipeline.reset();
}
vk::Pipeline GetPipeline(u32 listType, bool autosort, const PolyParam& pp, Pass pass, bool gpuPalette)