gmio_stl: fix doc

This commit is contained in:
Hugues Delorme 2015-05-28 09:52:56 +02:00
parent fec6742698
commit 28d133dfa0
2 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,9 @@ struct gmio_stl_mesh_creator
* name \p solid_name
*
* Optional function useful only with STL ascii (ie. gmio_stla_read())
*
* The argument \p stream_size is the total size (in bytes) of the input
* stream
*/
void (*ascii_begin_solid_func)(
void* cookie, size_t stream_size, const char* solid_name);

View File

@ -82,7 +82,7 @@ typedef struct
{
/* Copy of gmio_stla_read() corresponding argument */
gmio_transfer_t* transfer;
/* Copy of gmio_stla_read_options::stream_size */
/* Cache for gmio_stream_size(&transfer->stream) */
size_t stream_size;
/* Offset (in bytes) from beginning of stream : current position */
size_t stream_offset;