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-03-04 17:34:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bcc784bda9
Branches
Tags
View all branches
CLK
/
Outputs
/
CRT
/
Internals
History
Thomas Harte
bcc784bda9
Introduced an interface for specifying attribute bindings, taking the opportunity to document the interface and introduce exceptions.
2016-04-19 07:23:15 -04:00
..
CRTConstants.hpp
Added blanking source runs, ensuring the rolling buffer is appropriately cleared.
2016-04-17 20:34:52 -04:00
CRTInputBufferBuilder.cpp
…
CRTInputBufferBuilder.hpp
…
CRTOpenGL.cpp
Introduced an interface for specifying attribute bindings, taking the opportunity to document the interface and introduce exceptions.
2016-04-19 07:23:15 -04:00
CRTOpenGL.hpp
Shuffled further in an attempt to get as far as having static but incorrectly-interpreted pixel data on screen. It's not currently static. So work to do.
2016-04-17 18:08:05 -04:00
CRTRunBuilder.cpp
…
CRTRunBuilder.hpp
…
Flywheel.hpp
…
OpenGL.hpp
…
Shader.cpp
Introduced an interface for specifying attribute bindings, taking the opportunity to document the interface and introduce exceptions.
2016-04-19 07:23:15 -04:00
Shader.hpp
Introduced an interface for specifying attribute bindings, taking the opportunity to document the interface and introduce exceptions.
2016-04-19 07:23:15 -04:00
TextureTarget.cpp
Spotted error was in texture target all along. This now gets as far as showing something a lot like the correct display, but precision is way off. Way off.
2016-04-18 21:32:48 -04:00
TextureTarget.hpp
…