Skip to content

Commit

Permalink
Unbind framebufffer in Affine Transformation Runner GL
Browse files Browse the repository at this point in the history
Fixes #5395

PiperOrigin-RevId: 636215865
  • Loading branch information
schmidt-sebastian authored and Copybara-Service committed May 22, 2024
1 parent 434a699 commit ad27095
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ class GlTextureWarpAffineRunner
glActiveTexture(GL_TEXTURE0);
glBindTexture(GL_TEXTURE_2D, 0);

glBindFramebuffer(GL_FRAMEBUFFER, 0);

glFlush();

return absl::OkStatus();
Expand Down

0 comments on commit ad27095

Please sign in to comment.