1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00
CLK/Outputs/OpenGL
Thomas Harte 294e09f275 All these 'override's can be 'final's.
At least for the purpose of being communicative. I doubt there's much to gain in terms of compiler output — the DiskImageHolder can avoid some virtual lookups but nothing else leaps out.
2020-01-23 22:57:51 -05:00
..
Primitives Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
OpenGL.hpp Tidies up marginally. 2019-02-18 21:37:07 -05:00
ScanTarget.cpp Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
ScanTarget.hpp All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
ScanTargetGLSLFragments.cpp Switches to std::make_shared/make_unique in a bunch of applicable places. 2019-12-21 23:34:25 -05:00
Screenshot.hpp Unifies the OpenGL screenshot code and corrects it for arbitrary alignment. 2019-02-27 21:05:02 -05:00