This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-28 13:30:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Outputs
/
CRT
History
Thomas Harte
2de229152f
Started sketching out shaders to do the first part of the composite conversion.
2016-03-07 19:21:04 -05:00
..
CRT.cpp
…
CRT.hpp
Still stepping slowly towards a working composite mode, switched the RGB sampling function to returning a
vec4
, which may be of benefit to any machine with a brightness part of an RGB signal, and started edging towards at least having the correct GLSL programs ready for converting composite output.
2016-03-07 19:08:26 -05:00
CRTBuilders.cpp
…
CRTOpenGL.cpp
Started sketching out shaders to do the first part of the composite conversion.
2016-03-07 19:21:04 -05:00
CRTOpenGL.hpp
…
Flywheel.hpp
…
OpenGL.hpp
…
Shader.cpp
…
Shader.hpp
…
TextureTarget.cpp
…
TextureTarget.hpp
…