formZ SDK | 4.0 Call Back Reference | Light Representation

fz_light_rep_cbak_info

Description

Light Representation info function (Required). This function is called at startup. It is expected to return basic information about the Light Representation. The info to be returned is :

size : the size of the Light Representation data in # of bytes.

flags : general information about the Light Representation. The flags are bit encoded. The bits are defined in fz_light_rep_flags_enum. flags = 0;
FZ_SETBIT(*flags,XXX);
FZ_SETBIT(*flags,XXX);

Plugin Prototype

fzrt_error_td fz_light_rep_cbak_info(

fzrt_int *

size,

fzrt_int *

flags )

Parameters

size [Result]

The size of the Light Representation data in # of bytes.

flags [Result]

Bit encoded flags, which tell formZ basic information about the Light Representation.

Returns

error

Availability

7.0.0.0

Function Set

fz_light_rep_cbak_fset


Defined in

fz_view_rep_api.h