Changeset 51336 in vbox
- Timestamp:
- May 22, 2014 7:37:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c
r51200 r51336 77 77 78 78 // cr_unpackDispatch.ShaderSource(shader, count, ppStrings, length ? length : pLocalLength); 79 cr_unpackDispatch.ShaderSource(shader, 1, ppStrings, 0);79 cr_unpackDispatch.ShaderSource(shader, 1, (const char**)ppStrings, 0); 80 80 81 81 crFree(ppStrings);
Note:
See TracChangeset
for help on using the changeset viewer.