Finish_Picture
Functions
void | HIC_Init_Picture |
void | HIC_Finish_Picture |
Detailed Description
-
group
Finish_Picture
Function Documentation
-
void
HIC_Init_Picture
(HIC_Rendition const *nr) Parameters: nr – A pointer to a const HIC_Rendition. This function can be used to do whatever driver-specific pre-update maintenance might be required
-
void
HIC_Finish_Picture
(HIC_Rendition const *nr, int swap_buffers) This function can be used to make direct opengl or gdi calls to capture the results of a render.
Parameters: - nr – A pointer to a const HIC_Rendition.
- swap_buffers – A boolean. If true, function called once, otherwise called multiple times per frame if the hidden surface removal algorithm is “fast hlr”.