mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-15 20:31:36 +00:00
Disabled multisampling unless and until I can get the per-pixel cost down.
This commit is contained in:
parent
7fb6c86d9d
commit
53e699516b
@ -110,8 +110,8 @@ static CVReturn DisplayLinkCallback(CVDisplayLinkRef displayLink, const CVTimeSt
|
|||||||
{
|
{
|
||||||
NSOpenGLPFADoubleBuffer,
|
NSOpenGLPFADoubleBuffer,
|
||||||
NSOpenGLPFAOpenGLProfile, NSOpenGLProfileVersion3_2Core,
|
NSOpenGLPFAOpenGLProfile, NSOpenGLProfileVersion3_2Core,
|
||||||
NSOpenGLPFASampleBuffers, 1,
|
// NSOpenGLPFASampleBuffers, 1,
|
||||||
NSOpenGLPFASamples, 16,
|
// NSOpenGLPFASamples, 2,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user