1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-06 05:54:28 +00:00
CLK/Outputs/OpenGL
Thomas Harte bee0d09877 Splits display update and draw functions.
On the Mac, draw is now called without an update for resizing events, and
anything else requested by AppKit. In all other cases — including from
the SDL version — both are called as if they were still a single function.
2019-03-02 19:33:28 -05:00
..
Primitives Ensures texture targets are initially clear. 2019-02-25 21:55:14 -05:00
OpenGL.hpp Tidies up marginally. 2019-02-18 21:37:07 -05:00
ScanTarget.cpp Splits display update and draw functions. 2019-03-02 19:33:28 -05:00
ScanTarget.hpp Splits display update and draw functions. 2019-03-02 19:33:28 -05:00
ScanTargetGLSLFragments.cpp Improves filtering slightly, and ensures coefficients are always set when needed. 2019-02-26 22:35:55 -05:00
Screenshot.hpp Unifies the OpenGL screenshot code and corrects it for arbitrary alignment. 2019-02-27 21:05:02 -05:00