1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Outputs/OpenGL
Thomas Harte 35f1a7ab10 Resolves a potential out-of-bounds array access.
Risk was: allocation exactly joins end of buffer. In which case the next get_data won't wrap the texture y coordinate since it won't spot an x overage.
2019-11-05 21:47:40 -05:00
..
Primitives Reverts to support a full RGBA colour buffer. 2019-03-07 19:22:40 -05:00
OpenGL.hpp Tidies up marginally. 2019-02-18 21:37:07 -05:00
ScanTarget.cpp Resolves a potential out-of-bounds array access. 2019-11-05 21:47:40 -05:00
ScanTarget.hpp Increases scan buffer availability. 2019-10-20 17:22:41 -04:00
ScanTargetGLSLFragments.cpp Corrects Macintosh aspect ratio (and framing). 2019-06-13 18:41:38 -04:00
Screenshot.hpp Unifies the OpenGL screenshot code and corrects it for arbitrary alignment. 2019-02-27 21:05:02 -05:00