VirtualBox

Ignore:
Timestamp:
Feb 13, 2012 1:39:42 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76234
Message:

crOpenGL: fix crServerDispatchGetInfoLogARB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c

    r33045 r40094  
    129129    if (!hwid) hwid = crStateGetShaderHWID(obj);
    130130    cr_server.head_spu->dispatch_table.GetInfoLogARB(hwid, maxLength, pLocal, (char*)&pLocal[1]);
    131     crServerReturnValue(pLocal, (*pLocal)+1+sizeof(GLsizei));
     131    crServerReturnValue(pLocal, (*pLocal)+sizeof(GLsizei));
    132132    crFree(pLocal);
    133133}
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