Changeset 78402 in vbox for trunk/src/VBox
- Timestamp:
- May 6, 2019 6:42:29 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130399
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_diff.c
r78375 r78402 623 623 void crStateSwitchPrepare(CRContext *toCtx, CRContext *fromCtx, GLuint idDrawFBO, GLuint idReadFBO) 624 624 { 625 PCRStateTracker pState = toCtx ->pStateTracker? toCtx->pStateTracker : fromCtx->pStateTracker;625 PCRStateTracker pState = toCtx ? toCtx->pStateTracker : fromCtx->pStateTracker; 626 626 627 627 CRASSERT(pState); … … 641 641 void crStateSwitchPostprocess(CRContext *toCtx, CRContext *fromCtx, GLuint idDrawFBO, GLuint idReadFBO) 642 642 { 643 PCRStateTracker pState = toCtx ->pStateTracker? toCtx->pStateTracker : fromCtx->pStateTracker;643 PCRStateTracker pState = toCtx ? toCtx->pStateTracker : fromCtx->pStateTracker; 644 644 645 645 CRASSERT(pState);
Note:
See TracChangeset
for help on using the changeset viewer.