1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00
CLK/Outputs/CRT/Internals
2016-05-10 19:14:57 -04:00
..
Shaders Introduced a shorthand for setting up array attributes. 2016-05-10 19:11:48 -04:00
CRTConstants.hpp Fixed potential output error if buffer top were hit; clarified buffer size constants. 2016-05-10 19:04:03 -04:00
CRTInputBufferBuilder.cpp
CRTInputBufferBuilder.hpp
CRTOpenGL.cpp Realised that phase time can fit inside a single byte, since it's always (well) within the first quarter of the line — and if it somehow weren't (?) then taking it modulo the frequency would do. 2016-05-10 19:14:57 -04:00
CRTOpenGL.hpp Quickest first attempt to switch to instancing for the output array. Texture coordinates seem to be off. 2016-05-10 07:23:47 -04:00
Flywheel.hpp
OpenGL.hpp
TextureTarget.cpp
TextureTarget.hpp