Changeset 45248 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Mar 29, 2013 2:57:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r45217 r45248 100 100 101 101 GLboolean bVisible; /*guest window is visible*/ 102 GLubyte fUseFBO; /*redirect to FBO instead of real host window*/102 GLubyte u8Unused; /*redirect to FBO instead of real host window*/ 103 103 GLboolean bFbDraw; /*GL_FRONT buffer is drawn to directly*/ 104 104 GLboolean fDataPresented; … … 128 128 129 129 GLuint cDisabled; 130 131 GLuint fPresentMode; /*redirect to FBO instead of real host window*/ 132 133 GLboolean fHasParentWindow; 130 134 131 135 GLboolean fRootVrOn; … … 219 223 /* @todo: 220 224 * 1. use compositor stored inside mural to use current MuralFBO and window-related API 221 * 2. CR_SERVER_REDIR_ NONE and CR_SERVER_REDIR_FBO_BLTshould be trated identically for presented window222 * since we just need to blit the given textures to it if we are NOT in CR_SERVER_REDIR_F BO_RAM mode */225 * 2. CR_SERVER_REDIR_F_NONE and CR_SERVER_REDIR_F_FBO should be trated identically for presented window 226 * since we just need to blit the given textures to it if we are NOT in CR_SERVER_REDIR_F_FBO_RAM mode */ 223 227 typedef struct CR_DISPLAY 224 228 { … … 388 392 389 393 PFNCRSERVERPRESENTFBO pfnPresentFBO; 390 GLu byte bForceOffscreenRendering; /*Force server to render 3d data offscreen394 GLuint fPresentMode; /*Force server to render 3d data offscreen 391 395 *using callback above to update vbox framebuffers*/ 392 GLu byte bOffscreenRenderingDefault; /*can be set with CR_SERVER_DEFAULT_RENDER_TYPE*/396 GLuint fPresentModeDefault; /*can be set with CR_SERVER_DEFAULT_RENDER_TYPE*/ 393 397 GLboolean bUsePBOForReadback; /*Use PBO's for data readback*/ 394 398
Note:
See TracChangeset
for help on using the changeset viewer.