Changeset 52807 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Sep 22, 2014 8:40:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c
r51200 r52807 90 90 GLuint *ids=(GLuint*)&pLocal[1]; 91 91 92 for (i=0; i<*pLocal; ++i) ;92 for (i=0; i<*pLocal; ++i) 93 93 ids[i] = crStateGLSLShaderHWIDtoID(ids[i]); 94 94 }
Note:
See TracChangeset
for help on using the changeset viewer.