1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-03 08:05:40 +00:00
CLK/Outputs/CRT
Thomas Harte 6547560e52 Gives the CRT the ability to move iCoordinate multiplication outside of the fragment loop.
That resolves precision issues, as were plaguing the Apple II.
2018-04-18 19:29:03 -04:00
..
Internals Gives the CRT the ability to move iCoordinate multiplication outside of the fragment loop. 2018-04-18 19:29:03 -04:00
CRT.cpp Removes the CRT requirement for an integral relationship between cycles and samples. 2018-04-16 20:00:56 -04:00
CRT.hpp Gives the CRT the ability to move iCoordinate multiplication outside of the fragment loop. 2018-04-18 19:29:03 -04:00
CRTTypes.hpp