1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 17:56:29 +00:00
CLK/Outputs/CRT
2016-02-10 23:11:25 -05:00
..
CRT.cpp Reinstated clipped CRT output, with more appropriate ownership of the decision. 2016-02-07 22:18:55 -05:00
CRT.hpp Switched to generating an interlaced output, that apparently being correct. Enabled a poor man's version of phosphor persistence to smooth things out a little. It's not completely unconvincing. 2016-02-10 23:11:25 -05:00
CRTFrame.h
CRTFrameBuilder.cpp Added padding of supplied data to correct for any potential rounding errors when rendering. 2016-02-07 20:29:32 -05:00
CRTOpenGL.cpp Switched to generating an interlaced output, that apparently being correct. Enabled a poor man's version of phosphor persistence to smooth things out a little. It's not completely unconvincing. 2016-02-10 23:11:25 -05:00
OpenGL.hpp
Shader.cpp Reinstated clipped CRT output, with more appropriate ownership of the decision. 2016-02-07 22:18:55 -05:00
Shader.hpp Filled in shader class. 2016-02-07 19:21:22 -05:00
TextureTarget.cpp
TextureTarget.hpp