mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
d3d12: Fix cube_mrt.ppu.elf
It should display a (single) blue cube
This commit is contained in:
parent
cef58da879
commit
da328c078a
1 changed files with 1 additions and 2 deletions
|
@ -389,10 +389,9 @@ void D3D12GSRender::InitDrawBuffers()
|
||||||
|
|
||||||
m_commandQueueGraphic->ExecuteCommandLists(1, (ID3D12CommandList**)©cmdlist);
|
m_commandQueueGraphic->ExecuteCommandLists(1, (ID3D12CommandList**)©cmdlist);
|
||||||
|
|
||||||
m_texturesRTTs[address_a] = Texture;
|
m_texturesRTTs[m_fbo->m_address_color_a] = Texture;
|
||||||
m_fbo->m_address_color_a = address_a;
|
m_fbo->m_address_color_a = address_a;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_fbo == nullptr || RSXThread::m_width != m_lastWidth || RSXThread::m_height != m_lastHeight || m_lastDepth != m_surface_depth_format)
|
if (m_fbo == nullptr || RSXThread::m_width != m_lastWidth || RSXThread::m_height != m_lastHeight || m_lastDepth != m_surface_depth_format)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue