Changeset 20438 in vbox for trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c
- Timestamp:
- Jun 9, 2009 1:09:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c
r20437 r20438 43 43 crNetRecv(); 44 44 45 if ( *length) *length = pLocal->length;45 if (length) *length = pLocal->length; 46 46 *size = pLocal->size; 47 47 *type = pLocal->type; … … 67 67 crNetRecv(); 68 68 69 if ( *length) *length = pLocal->length;69 if (length) *length = pLocal->length; 70 70 *size = pLocal->size; 71 71 *type = pLocal->type;
Note:
See TracChangeset
for help on using the changeset viewer.