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-02-16 18:30:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Outputs
/
CRT
/
Internals
History
Thomas Harte
fda90c5aef
Documented.
2016-11-20 09:11:24 +08:00
..
Shaders
Even better: why include the 'Input' prefix when there's only one?
2016-11-16 22:57:17 +08:00
ArrayBuilder.cpp
Documented.
2016-11-20 09:11:24 +08:00
ArrayBuilder.hpp
Documented.
2016-11-20 09:11:24 +08:00
CRTConstants.hpp
Demonstrated that issue is coloured borders, made a guess as to buffer exhaustion, upped limits as a temporary fix.
2016-06-29 21:16:34 -04:00
CRTOpenGL.cpp
Progressed to usage of an array builder and a texture builder up to the point of a successful build.
2016-11-17 12:26:04 +08:00
CRTOpenGL.hpp
Progressed to usage of an array builder and a texture builder up to the point of a successful build.
2016-11-17 12:26:04 +08:00
Flywheel.hpp
Permitted a wider error window on vertical sync, tidied things up a little and started trying to move towards full implementation of the OpenGL contract.
2016-05-11 22:11:01 -04:00
OpenGL.hpp
…
TextureBuilder.cpp
Progressed to usage of an array builder and a texture builder up to the point of a successful build.
2016-11-17 12:26:04 +08:00
TextureBuilder.hpp
Progressed to usage of an array builder and a texture builder up to the point of a successful build.
2016-11-17 12:26:04 +08:00
TextureTarget.cpp
.reset
is the more normal way to reassign a
unique_ptr
.
2016-06-23 20:52:44 -04:00
TextureTarget.hpp
…