Changeset 28360 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/render
- Timestamp:
- Apr 15, 2010 1:43:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m
r28342 r28360 1166 1166 glEnd(); 1167 1167 } 1168 glFinish(); 1168 1169 [m_pSharedGLCtx flushBuffer]; 1169 1170 [m_pGLCtx makeCurrentContext]; … … 1480 1481 1481 1482 #ifdef FBO 1482 # if 01483 1483 NSOpenGLContext *pCtx = [NSOpenGLContext currentContext]; 1484 1484 if (pCtx) … … 1491 1491 } 1492 1492 } 1493 # endif1494 1493 #else 1495 1494 glFlush();
Note:
See TracChangeset
for help on using the changeset viewer.