1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-18 17:06:15 +00:00
CLK/OSBindings/Mac
Thomas Harte 27ca782cac Enables blending; attempts to enable frame preservation.
The latter seems to be evidencing a double buffer at play. More investigation required.

On the plus side, the direct route is still well within GPU budget at 4k on my Core M. So a huge improvement there.
2020-08-12 19:34:07 -04:00
..
Clock Signal Enables blending; attempts to enable frame preservation. 2020-08-12 19:34:07 -04:00
Clock Signal.xcodeproj Possibly finally succeeds at moving Accelerate.framework to where it should be. 2020-08-10 21:46:11 -04:00
Clock SignalTests Further strips OpenGL from the macOS target. 2020-08-09 22:17:27 -04:00
Clock SignalUITests