[GPU] Send correct window size to the vertex shader
This commit is contained in:
parent
42ebfdff7f
commit
7dd14a4f3a
2 changed files with 14 additions and 1 deletions
|
@ -56,7 +56,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
|||
|
||||
public void SetWindowSize(int Width, int Height)
|
||||
{
|
||||
//TODO
|
||||
FrameBuffer.SetWindowSize(Width, Height);
|
||||
}
|
||||
|
||||
public void SetBlendEnable(bool Enable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue