formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Render Manager

fz_rndr_get_rndr_list

Description

Fills a list with all installed renderers. The list needs to be initialized first with the api call :

fz_type_list_init( FZ_TYPE_UUID,&list);

and finalized with

(&list);

afterwards.

Plugin Prototype

fzrt_error_td fz_rndr_get_rndr_list(

fz_type_list_ptr

list )

Parameters

list [Result]

The list of renderers.

Returns

Error codes.

Availability

5.0.0.0

Function Set

fz_rndr_mngr_fset


Defined in

fz_rndr_api.h