Changeset 20179 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Jun 2, 2009 8:40:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c
r20147 r20179 29 29 } crGetActive_t; 30 30 31 /*@todo: most of those functions would fail. Either need to support more than 1 cr_server.return_ptr(s) or 32 * change pack_spu to pack output args into single buffer. 33 */ 34 31 35 void SERVER_DISPATCH_APIENTRY crServerDispatchGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, char *name) 32 36 {
Note:
See TracChangeset
for help on using the changeset viewer.