- Timestamp:
- Jul 5, 2007 2:57:00 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22685
- Location:
- trunk/include/VBox/HostServices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxOGLOp.h
r3472 r3473 1872 1872 #define VBOX_OGL_EXTENSION(a) (RTUINTPTR)a 1873 1873 #else 1874 #define VBOX_OGL_EXTENSION(a) (RTUINTPTR *) pfn##a1874 #define VBOX_OGL_EXTENSION(a) (RTUINTPTR *)&pfn##a 1875 1875 1876 1876 static PFNWGLSWAPINTERVALEXTPROC pfnwglSwapIntervalEXT = NULL; -
trunk/include/VBox/HostServices/VBoxOpenGLSvc.h
r3460 r3473 29 29 30 30 /* OpenGL command buffer size */ 31 #define VBOX_OGL_MAX_CMD_BUFFER ( 64*1024)31 #define VBOX_OGL_MAX_CMD_BUFFER (128*1024) 32 32 #define VBOX_OGL_CMD_ALIGN 4 33 33 #define VBOX_OGL_CMD_ALIGN_MASK (VBOX_OGL_CMD_ALIGN-1)
Note:
See TracChangeset
for help on using the changeset viewer.