Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

devg_get_rendfuncs()

Get a table of your driver's 3D rendering functions

Synopsis:

int devg_get_rendfuncs (disp_adapter_t       *ctx,
                        disp_draw_3dfuncs_t  *funcs,
                        int                   tabsize);

Description:

The 3D rendering functions aren't documented.

Returns:

0
Success.
-1
An error occurred.

Classification:

Neutrino

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable

See also:

disp_adapter_t, DISP_ADD_FUNC()