Skip to content

Commit

Permalink
enable GL_FRAMEBUFFER_SRGB
Browse files Browse the repository at this point in the history
  • Loading branch information
WinteryFox committed Nov 7, 2023
1 parent 0a96901 commit 3f4d647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/gl/GlWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ namespace Vixen::Gl {
}
#endif

glEnable(GL_FRAMEBUFFER_SRGB);

glfwDefaultWindowHints();
}

Expand Down

0 comments on commit 3f4d647

Please sign in to comment.