Apply suggestions from code review
Co-Authored-By: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
parent
aaa7547fa9
commit
e5956790fc
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,7 @@ namespace Ryujinx.Graphics.Graphics3d
|
||||||
_gpu.Renderer.RenderTarget.UnbindColor(fbIndex);
|
_gpu.Renderer.RenderTarget.UnbindColor(fbIndex);
|
||||||
|
|
||||||
Profile.End(profile);
|
Profile.End(profile);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -297,6 +298,7 @@ namespace Ryujinx.Graphics.Graphics3d
|
||||||
_gpu.Renderer.RenderTarget.UnbindZeta();
|
_gpu.Renderer.RenderTarget.UnbindZeta();
|
||||||
|
|
||||||
Profile.End(Profiles.GPU.Engine3d.SetZeta);
|
Profile.End(Profiles.GPU.Engine3d.SetZeta);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue