formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Render Manager
Description
Fills a list with installed renderers of a given type. 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_by_type(
type, | |
list ) |
Parameters
type [Input]
The type of the renderers.
list [Result]
The list of renderers.
Returns
Error codes.
Availability
5.0.0.0
Function Set
Defined in