Changeset 53799 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Jan 14, 2015 12:34:05 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_protocol.h
r52451 r53799 53 53 /* flush command blocks for execution */ 54 54 #define CR_VBOX_CAP_CMDBLOCKS_FLUSH 0x00000010 55 56 #define CR_VBOX_CAPS_ALL 0x0000001f 55 /* Notify guest if host reports minimal OpenGL capabilities. */ 56 #define CR_VBOX_CAP_MINIMAL_HOST_CAPS 0x00000020 57 58 #define CR_VBOX_CAPS_ALL 0x0000003f 57 59 58 60
Note:
See TracChangeset
for help on using the changeset viewer.