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
2ea02ed127
A source array buffer is also now created, mapped, unmapped, etc.
2016-04-13 22:14:18 -04:00
..
CRTConstants.hpp
A source array buffer is also now created, mapped, unmapped, etc.
2016-04-13 22:14:18 -04:00
CRTInputBufferBuilder.cpp
Attempted to simplify threading, thereby allowing machines to be constructed within a valid GL context, and started adding appropriate GL syncs. Which all oddly drops everything to a negligible FPS. Investigation will follow.
2016-03-19 22:46:17 -04:00
CRTInputBufferBuilder.hpp
Commented out sync; it can probably be implicit.
2016-03-20 21:42:05 -04:00
CRTOpenGL.cpp
A source array buffer is also now created, mapped, unmapped, etc.
2016-04-13 22:14:18 -04:00
CRTOpenGL.hpp
A source array buffer is also now created, mapped, unmapped, etc.
2016-04-13 22:14:18 -04:00
CRTRunBuilder.cpp
…
CRTRunBuilder.hpp
…
Flywheel.hpp
…
OpenGL.hpp
…
Shader.cpp
…
Shader.hpp
…
TextureTarget.cpp
Reinstated texture target creation, cut them down to merely RGB.
2016-04-12 22:48:47 -04:00
TextureTarget.hpp
…