mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
OGL: Support full-resolution frame dumping
This commit is contained in:
parent
93221e7f48
commit
b81dee8b9a
4 changed files with 111 additions and 11 deletions
|
@ -44,8 +44,6 @@ void OpenGLPostProcessing::BlitFromTexture(TargetRectangle src, TargetRectangle
|
|||
{
|
||||
ApplyShader();
|
||||
|
||||
glBindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
|
||||
|
||||
glViewport(dst.left, dst.bottom, dst.GetWidth(), dst.GetHeight());
|
||||
|
||||
OpenGL_BindAttributelessVAO();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue