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-11 08:30:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Outputs
/
OpenGL
History
Thomas Harte
87df8b9e85
Makes an attempt at pre-emptive line buffer clearing.
2018-11-14 21:19:14 -05:00
..
Primitives
Switches
enable_vertex_attribute_with_pointer
to silent failure (versus glGetError).
2018-11-12 22:51:44 -05:00
Shaders
Shuffles the OpenGL primitives into their own collection.
2018-11-07 19:11:01 -05:00
CRTOpenGL.cpp
Simplifies semantics a little and starts accepting a single buffer of pixel data.
2018-11-06 22:23:38 -05:00
OpenGL.hpp
Simplifies semantics a little and starts accepting a single buffer of pixel data.
2018-11-06 22:23:38 -05:00
ScanTarget.cpp
Makes an attempt at pre-emptive line buffer clearing.
2018-11-14 21:19:14 -05:00
ScanTarget.hpp
Better binds buffer sizes.
2018-11-13 23:08:51 -05:00
ScanTargetGLSLFragments.cpp
Corrects initial state of
is_drawing_
and expands lines to full display.
2018-11-14 20:10:38 -05:00