1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 21:29:53 +00:00
CLK/Outputs/CRT
Thomas Harte ce78d9d12c Introduces buffer alignment when writing to textures.
To avoid cross-boundary writes and hopefully to eke out a little better performance.
2017-10-17 22:09:48 -04:00
..
Internals Introduces buffer alignment when writing to textures. 2017-10-17 22:09:48 -04:00
CRT.cpp Adjusted gamma ratio to be the correct way around. The PAL midrange should be slightly darker now. 2017-08-10 15:36:27 -04:00
CRT.hpp Introduces buffer alignment when writing to textures. 2017-10-17 22:09:48 -04:00
CRTTypes.hpp