1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-03 11:30:02 +00:00

Switched back down to two samples per pixel. Though one might do it. Need to investigate.

This commit is contained in:
Thomas Harte 2016-02-18 23:21:25 -05:00
parent ce3c098c28
commit c7f54d649e

View File

@ -162,7 +162,7 @@ static CVReturn DisplayLinkCallback(CVDisplayLinkRef displayLink, const CVTimeSt
NSOpenGLPFADoubleBuffer,
NSOpenGLPFAOpenGLProfile, NSOpenGLProfileVersion3_2Core,
NSOpenGLPFASampleBuffers, 1,
NSOpenGLPFASamples, 16,
NSOpenGLPFASamples, 2,
0
};