Apple: glFlush() is not needed with CGLFlushDrawable()
<rdar://problem/14496373> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
b844c8e039
commit
fa5ed99d8e
1 changed files with 0 additions and 2 deletions
|
|
@ -132,8 +132,6 @@ apple_glx_swap_buffers(void *ptr)
|
|||
{
|
||||
struct apple_glx_context *ac = ptr;
|
||||
|
||||
/* This may not be needed with CGLFlushDrawable: */
|
||||
glFlush();
|
||||
apple_cgl.flush_drawable(ac->context_obj);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue