1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Outputs/OpenGL
Thomas Harte 7bb90c78d9 Resolves out-of-bounds initial condition whenever this loop began with start_line = 2047.
This, I believe, was the remaining cause of screen flashes.
2019-02-24 19:50:19 -05:00
..
Primitives Ensures log memory is automatically initialised. 2019-02-18 22:08:03 -05:00
OpenGL.hpp Tidies up marginally. 2019-02-18 21:37:07 -05:00
ScanTarget.cpp Resolves out-of-bounds initial condition whenever this loop began with start_line = 2047. 2019-02-24 19:50:19 -05:00
ScanTarget.hpp Ensures that failure to allocate a line blocks all other allocations. 2019-02-21 21:38:48 -05:00
ScanTargetGLSLFragments.cpp Reintroduces fragment snapping for composite colour sampling. 2019-02-24 13:39:14 -05:00