1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-02 16:04:59 +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
OpenGL.hpp
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