in_drawlist_get_vertex_data

Gets all of the vertex data stored in the draw list.

This memory is owned by the draw list and should not be freed by you.

version(IN_DYNLIB)
export extern (C) @nogc
in_drawlist_get_vertex_data
(,
ref uint bytes
)

Parameters

obj in_drawlist_t*

The drawlist

bytes uint

Where to store the byte count of the data.

Return Value

A pointer to the data

Meta