mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 07:15:41 -04:00
PostProcessing/FX: Fix incorrect draw rect
This commit is contained in:
parent
3c230ba1bf
commit
d178853392
@ -1498,7 +1498,7 @@ bool PostProcessing::ReShadeFXShader::Apply(GPUTexture* input_color, GPUTexture*
|
|||||||
m_frame_count++;
|
m_frame_count++;
|
||||||
|
|
||||||
// Reshade always draws at full size.
|
// Reshade always draws at full size.
|
||||||
g_gpu_device->SetViewportAndScissor(final_rect);
|
g_gpu_device->SetViewportAndScissor(GSVector4i(0, 0, target_width, target_height));
|
||||||
|
|
||||||
if (m_uniforms_size > 0)
|
if (m_uniforms_size > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user