Changeset 20411 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Jun 8, 2009 2:38:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/chromium.h
r15532 r20411 545 545 #endif /* GL_CR_zpix */ 546 546 547 /*Allow to use glGetString to query real host GPU info*/ 548 #ifndef GL_CR_real_vendor_strings 549 #define GL_CR_real_vendor_strings 1 550 #define GL_REAL_VENDOR 0x8B23 551 #define GL_REAL_VERSION 0x8B24 552 #define GL_REAL_RENDERER 0x8B25 553 #endif 554 547 555 548 556 /**********************************************************************/ … … 618 626 #endif 619 627 620 621 628 #ifdef __cplusplus 622 629 }
Note:
See TracChangeset
for help on using the changeset viewer.