1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/Outputs/CRT/Internals/Shaders
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
..
IntermediateShader.cpp Gives the CRT the ability to move iCoordinate multiplication outside of the fragment loop. 2018-04-18 19:29:03 -04:00
IntermediateShader.hpp Gives the CRT the ability to move iCoordinate multiplication outside of the fragment loop. 2018-04-18 19:29:03 -04:00
OutputShader.cpp Adds exceptions for bad enumeration values. 2017-11-24 19:27:49 -05:00
OutputShader.hpp Formalises naming of shader inputs and related guarantees. 2017-11-24 18:45:24 -05:00
Shader.cpp Eliminates unsafe optimisation. 2018-02-18 22:09:27 -05:00
Shader.hpp Formalises naming of shader inputs and related guarantees. 2017-11-24 18:45:24 -05:00