Changeset 34107 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/state
- Timestamp:
- Nov 16, 2010 11:37:51 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67809
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include/state
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_bufferobject.h
r31808 r34107 52 52 53 53 CRBufferObject *nullBuffer; /* name = 0 */ 54 55 GLboolean bResyncNeeded;56 54 } CRBufferObjectState; 57 55 -
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_framebuffer.h
r31808 r34107 62 62 CRFramebufferObject *readFB, *drawFB; 63 63 CRRenderbufferObject *renderbuffer; 64 65 /* Indicates that we have to resend FBO data to GPU on first glMakeCurrent call with owning context */66 GLboolean bResyncNeeded;67 64 } CRFramebufferObjectState; 68 65 -
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_texture.h
r31808 r34107 203 203 GLboolean broadcastTextures; /*@todo what is it for?*/ 204 204 205 /* Indicates that we have to resend texture data to GPU on first glMakeCurrent call with owning context */206 GLboolean bResyncNeeded;207 208 205 /* Per-texture unit state: */ 209 206 CRTextureUnit unit[CR_MAX_TEXTURE_UNITS];
Note:
See TracChangeset
for help on using the changeset viewer.