1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00
CLK/Outputs/CRT/Internals
2016-12-06 07:26:23 -05:00
..
Shaders
ArrayBuilder.cpp Simplified interface by baking in last-minute-only updates. 2016-12-03 18:19:12 -05:00
ArrayBuilder.hpp Simplified interface by baking in last-minute-only updates. 2016-12-03 18:19:12 -05:00
CRTConstants.hpp
CRTOpenGL.cpp Moved underscores, removed indirections where they're not necessary, converted those names that were still looking very Objective-C and moved the GL fence variable into the private area, where it should always have been. 2016-11-21 12:14:52 +08:00
CRTOpenGL.hpp Moved underscores, removed indirections where they're not necessary, converted those names that were still looking very Objective-C and moved the GL fence variable into the private area, where it should always have been. 2016-11-21 12:14:52 +08:00
Flywheel.hpp
OpenGL.hpp
TextureBuilder.cpp Missed an initialisation. Fixed! 2016-12-06 07:26:23 -05:00
TextureBuilder.hpp Made an attempt to shuffle the texture builder to a similar flush/submit pattern as the input builder. Don't care about thread safety yet, as it's obvious I'm going to need to move that back up to the CRT. 2016-12-06 07:24:07 -05:00
TextureTarget.cpp
TextureTarget.hpp