Changeset 69390 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c
- Timestamp:
- Oct 26, 2017 5:17:51 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118714
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c
-
Property svn:keywords
changed from
Id
toId Revision
r62489 r69390 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * VBox OpenGL GLSL related get functions … … 144 143 /* initial (fallback )value */ 145 144 *pLocal = 0; 146 /* @todo:recheck*/145 /** @todo recheck*/ 147 146 hwid = crStateGetProgramHWID(obj); 148 147 if (!hwid) hwid = crStateGetShaderHWID(obj); … … 209 208 } 210 209 211 void SERVER_DISPATCH_APIENTRY 210 void SERVER_DISPATCH_APIENTRY 212 211 crServerDispatchGetUniformsLocations(GLuint program, GLsizei maxcbData, GLsizei * cbData, GLvoid * pData) 213 212 { … … 224 223 return; 225 224 } 226 225 227 226 /* initial (fallback )value */ 228 227 *pLocal = 0; … … 262 261 GLenum type = 0; 263 262 264 /* @todo:check if index and location is the same*/263 /** @todo check if index and location is the same*/ 265 264 cr_server.head_spu->dispatch_table.GetActiveUniform(crStateGetProgramHWID(program), location, 0, NULL, &size, &type, NULL); 266 265 -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.