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

fz_rndr_get_rndr_list_by_type

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(

fz_rndr_type_enum

type,

fz_type_list_ptr

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

fz_rndr_mngr_fset


Defined in

fz_rndr_api.h