1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-07 21:57:46 +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
ScanTargetGLSLFragments.cpp
Screenshot.hpp