1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-15 02:55:35 +00:00
CLK/Outputs/CRT/Internals
2016-04-17 17:21:24 -04:00
..
CRTConstants.hpp Switching temporarily to an attempt to draw input runs as if RGB: shader compiles, fixed a race condition on out-of-bounds accesses for the source buffer. 2016-04-17 15:51:28 -04:00
CRTInputBufferBuilder.cpp
CRTInputBufferBuilder.hpp
CRTOpenGL.cpp Made an attempt at correctly mapping to eye coordinates. 2016-04-17 17:21:24 -04:00
CRTOpenGL.hpp Added first attempt at performing the first step of television output: mapping from source data to the first of the processing buffers. It's immediately obvious that my eye coordinates are off. 2016-04-17 17:17:59 -04:00
CRTRunBuilder.cpp
CRTRunBuilder.hpp
Flywheel.hpp
OpenGL.hpp
Shader.cpp
Shader.hpp
TextureTarget.cpp
TextureTarget.hpp