gmio_stl: fix doc
This commit is contained in:
parent
fec6742698
commit
28d133dfa0
@ -39,6 +39,9 @@ struct gmio_stl_mesh_creator
|
|||||||
* name \p solid_name
|
* name \p solid_name
|
||||||
*
|
*
|
||||||
* Optional function useful only with STL ascii (ie. gmio_stla_read())
|
* 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 (*ascii_begin_solid_func)(
|
||||||
void* cookie, size_t stream_size, const char* solid_name);
|
void* cookie, size_t stream_size, const char* solid_name);
|
||||||
|
@ -82,7 +82,7 @@ typedef struct
|
|||||||
{
|
{
|
||||||
/* Copy of gmio_stla_read() corresponding argument */
|
/* Copy of gmio_stla_read() corresponding argument */
|
||||||
gmio_transfer_t* transfer;
|
gmio_transfer_t* transfer;
|
||||||
/* Copy of gmio_stla_read_options::stream_size */
|
/* Cache for gmio_stream_size(&transfer->stream) */
|
||||||
size_t stream_size;
|
size_t stream_size;
|
||||||
/* Offset (in bytes) from beginning of stream : current position */
|
/* Offset (in bytes) from beginning of stream : current position */
|
||||||
size_t stream_offset;
|
size_t stream_offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user