VirtualBox

Ignore:
Timestamp:
Oct 26, 2017 5:17:51 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118714
Message:

HostServices/SharedOpenGL: scm updates

File:
1 edited

Legend:

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

    • Property svn:keywords changed from Id to Id Revision
    r62489 r69390  
    11/* $Id$ */
    2 
    32/** @file
    43 * VBox OpenGL GLSL related get functions
     
    144143    /* initial (fallback )value */
    145144    *pLocal = 0;
    146     /*@todo: recheck*/
     145    /** @todo recheck*/
    147146    hwid = crStateGetProgramHWID(obj);
    148147    if (!hwid) hwid = crStateGetShaderHWID(obj);
     
    209208}
    210209
    211 void SERVER_DISPATCH_APIENTRY 
     210void SERVER_DISPATCH_APIENTRY
    212211crServerDispatchGetUniformsLocations(GLuint program, GLsizei maxcbData, GLsizei * cbData, GLvoid * pData)
    213212{
     
    224223        return;
    225224    }
    226    
     225
    227226    /* initial (fallback )value */
    228227    *pLocal = 0;
     
    262261    GLenum type = 0;
    263262
    264     /*@todo: check if index and location is the same*/
     263    /** @todo check if index and location is the same*/
    265264    cr_server.head_spu->dispatch_table.GetActiveUniform(crStateGetProgramHWID(program), location, 0, NULL, &size, &type, NULL);
    266265
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