VirtualBox

Changeset 3473 in vbox for trunk


Ignore:
Timestamp:
Jul 5, 2007 2:57:00 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22685
Message:

Bugfix

Location:
trunk/include/VBox/HostServices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxOGLOp.h

    r3472 r3473  
    18721872#define VBOX_OGL_EXTENSION(a)   (RTUINTPTR)a
    18731873#else
    1874 #define VBOX_OGL_EXTENSION(a)   (RTUINTPTR *)pfn##a
     1874#define VBOX_OGL_EXTENSION(a)   (RTUINTPTR *)&pfn##a
    18751875
    18761876static PFNWGLSWAPINTERVALEXTPROC        pfnwglSwapIntervalEXT       = NULL;
  • trunk/include/VBox/HostServices/VBoxOpenGLSvc.h

    r3460 r3473  
    2929
    3030/* OpenGL command buffer size */
    31 #define VBOX_OGL_MAX_CMD_BUFFER                     (64*1024)
     31#define VBOX_OGL_MAX_CMD_BUFFER                     (128*1024)
    3232#define VBOX_OGL_CMD_ALIGN                          4
    3333#define VBOX_OGL_CMD_ALIGN_MASK                     (VBOX_OGL_CMD_ALIGN-1)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette