[D3D12] Re-add forgotten RenderTargetCache::EndFrame call
This commit is contained in:
parent
36a0bcec8b
commit
b7216f91f7
|
@ -2651,6 +2651,8 @@ bool D3D12CommandProcessor::EndSubmission(bool is_swap) {
|
||||||
bool is_closing_frame = is_swap && frame_open_;
|
bool is_closing_frame = is_swap && frame_open_;
|
||||||
|
|
||||||
if (is_closing_frame) {
|
if (is_closing_frame) {
|
||||||
|
render_target_cache_->EndFrame();
|
||||||
|
|
||||||
texture_cache_->EndFrame();
|
texture_cache_->EndFrame();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue