in_drawlist_get_allocations

Gets all of the allocated meshes of the drawlist.

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_allocations
(,
ref uint count
)

Parameters

obj in_drawlist_t*

The drawlist

count uint

Where to store the element count

Return Value

A pointer to the data

Meta