Changeset 37613 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Jun 23, 2011 12:42:08 PM (14 years ago)
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_glstate.h
r35346 r37613 169 169 #endif 170 170 171 /*@todo add back buffer, depth and fbos and move out of here*/172 GLvoid *pImage; /*stored front buffer image*/173 174 171 /** For buffering vertices for selection/feedback */ 175 172 /*@{*/ -
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r36845 r37613 27 27 #endif 28 28 29 #define SHCROGL_SSM_VERSION 2 629 #define SHCROGL_SSM_VERSION 27 30 30 31 31 #define CR_MAX_WINDOWS 100 -
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_buffer.h
r15532 r37613 75 75 GLenum blendEquation; 76 76 #endif 77 78 GLint width, height; 79 GLint storedWidth, storedHeight; 80 GLvoid *pFrontImg; 81 GLvoid *pBackImg; 77 82 } CRBufferState; 78 83
Note:
See TracChangeset
for help on using the changeset viewer.