1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Outputs/CRT
2016-04-10 23:02:34 -04:00
..
Internals Corrections back towards composite output: fixed misnamed constant, ensured the CRT doesn't write nonsense to the output buffer, ensured it grows three vertices at a time rather than six when desired. Net effect should be that the output stage is working again, with the input processing remaining to fill in. 2016-04-10 22:56:52 -04:00
CRT.cpp Removed some dead caveman debugging. 2016-04-10 23:02:34 -04:00
CRT.hpp Simplified API down to their being a single texture with a specified depth. 2016-03-19 17:37:55 -04:00
CRTTypes.hpp Made an attempt to chop out all the stuff of building up the OpenGL data from the stuff of parsing input. 2016-03-08 22:40:23 -05:00