Function Index Class Index

Finish_Picture

Functions

HC_EXTERNAL HIC_API void HIC_Finish_Picture (HIC_Rendition const *nr, bool swap_buffers)
HC_EXTERNAL HIC_API void HIC_Init_Picture (HIC_Rendition const *nr)

Function Documentation

HC_EXTERNAL HIC_API void HIC_Finish_Picture ( HIC_Rendition const *  nr,
bool  swap_buffers 
)
Parameters:
nrA pointer to a const HIC_Rendition.
swap_buffersA boolean. If true, function called once, otherwise called multiple times per frame if the hidden surface removal algorithm is "fast hlr".

This function can be used to make direct opengl or gdi calls to capture the results of a render.

HC_EXTERNAL HIC_API void HIC_Init_Picture ( HIC_Rendition const *  nr)
Parameters:
nrA pointer to a const HIC_Rendition. This function can be used to do whatever driver-specific pre-update maintenance might be required