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

fz_rndr_get_type

Description

Checks whether a given renderer is pixel, vector or polygon based.

Plugin Prototype

fzrt_error_td fz_rndr_get_type(

fzrt_int

windex,

fzrt_UUID_td

rndr_uuid,

fz_rndr_type_enum *

rndr_type )

Parameters

windex [Input]

project window index

rndr_uuid [Input]

the UUID of the renderer for which to get the type. Use FZRT_UUID_NULL for the current renderer.

rndr_type [Result]

the type of renderer.

Returns

Error codes.

Availability

6.0.0.5

Function Set

fz_rndr_mngr_fset


Defined in

fz_rndr_api.h