Changeset 3858 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/vboxgl.h
- Timestamp:
- Jul 26, 2007 8:33:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/vboxgl.h
r3708 r3858 33 33 34 34 /** 35 * Global init of VBox OpenGL for windows35 * Global init of VBox OpenGL 36 36 * 37 37 * @returns VBox error code 38 38 */ 39 39 int vboxglGlobalInit(); 40 41 /** 42 * Global deinit of VBox OpenGL 43 * 44 * @returns VBox error code 45 */ 46 int vboxglGlobalUnload(); 40 47 41 48 /**
Note:
See TracChangeset
for help on using the changeset viewer.