in_drawlist_get_commands

Gets all of the commands stored in the draw list for iteration.

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

Parameters

obj in_drawlist_t*

The drawlist

count uint

Where to store the command count

Return Value

A pointer to an array of draw commands

Meta