mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 21:32:50 +00:00
d3d12: Use RSXThread width height for viewport
Thanks to raven02 for finding this, it fixes render to texture test
This commit is contained in:
parent
4966ab565a
commit
10b92d45d1
@ -1017,8 +1017,8 @@ void D3D12GSRender::ExecCMD()
|
||||
{
|
||||
0.f,
|
||||
0.f,
|
||||
(float)m_surface_clip_w,
|
||||
(float)m_surface_clip_h,
|
||||
(float)RSXThread::m_width,
|
||||
(float)RSXThread::m_height,
|
||||
-1.f,
|
||||
1.f
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user