Changeset 55213 in vbox
- Timestamp:
- Apr 13, 2015 3:52:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c
r55212 r55213 1363 1363 } 1364 1364 1365 /* Use GL_DEPTH_STENCIL only in case if both CR_STENCIL_BIT and CR_DEPTH_BIT specified. */ 1365 1366 if ( (pCtxInfo->CreateInfo.requestedVisualBits & CR_STENCIL_BIT) 1366 ||(pCtxInfo->CreateInfo.requestedVisualBits & CR_DEPTH_BIT))1367 && (pCtxInfo->CreateInfo.requestedVisualBits & CR_DEPTH_BIT)) 1367 1368 { 1368 1369 pEl = &pData->aElements[pData->cElements];
Note:
See TracChangeset
for help on using the changeset viewer.