[D3D12] Window output

This commit is contained in:
Triang3l
2018-08-23 19:50:11 +03:00
parent ea1abdaa6e
commit 2e79eac976
13 changed files with 384 additions and 7 deletions

View File

@@ -1061,11 +1061,13 @@ bool RenderTargetCache::ResolveCopy(SharedMemory* shared_memory,
return true;
}
void RenderTargetCache::EndFrame() {
void RenderTargetCache::UnbindRenderTargets() {
StoreRenderTargetsToEDRAM();
ClearBindings();
}
void RenderTargetCache::EndFrame() { UnbindRenderTargets(); }
DXGI_FORMAT RenderTargetCache::GetColorDXGIFormat(
ColorRenderTargetFormat format) {
switch (format) {