formZ SDK | 4.0 Call Back Reference | RenderZone Shader
Description
Background shader post_render function (Optional). This function is called once after the end of each rendering. It is expected to clean up anything that was allocated with the pre_render function. In particular, if the pre_render function allocated a structure and passed the pointer to the structure back to formZ, the post_render function should de-allocate the structure. The pointer passed back to formZ by the pre_render function is passed into the post_render function.
Plugin Prototype
fzrt_error_td fz_shdr_cbak_bgnd_post_render(
void* | shdr_data ) |
Parameters
shdr_data [Result]
The pointer, which was created by the pre_render callback function.
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
,
Function Set
Defined in