Functions | |
HC_EXTERNAL HIC_API void | HIC_Clear_Z_Buffer (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void | HIC_Draw_Window (HIC_Rendition const *nr, HIC_Int_Rectangle const *extent) |
HC_EXTERNAL HIC_API void | HIC_Draw_Window_Frame (HIC_Rendition const *nr, HIC_Int_Rectangle const *extent, HIC_Int_Rectangle *frame, bool calculate_only) |
HC_EXTERNAL HIC_API void | HIC_Finish_Picture (HIC_Rendition const *nr, bool swap_buffers) |
HC_EXTERNAL HIC_API void HIC_Clear_Z_Buffer | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
HC_EXTERNAL HIC_API void HIC_Draw_Window | ( | HIC_Rendition const * | nr, | |
HIC_Int_Rectangle const * | extent | |||
) |
nr | A pointer to a const HIC_Rendition. | |
extent | A pointer to a const HIC_Int_Rectangle. |
HC_EXTERNAL HIC_API void HIC_Draw_Window_Frame | ( | HIC_Rendition const * | nr, | |
HIC_Int_Rectangle const * | extent, | |||
HIC_Int_Rectangle * | frame, | |||
bool | calculate_only | |||
) |
nr | A pointer to a const HIC_Rendition. | |
extent | A pointer to a const HIC_Int_Rectangle. Specifies extents of frame around window. | |
frame | A pointer to a HIC_Int_Rectangle. | |
calculate_only | A boolean. If true the function draws nothing, otherwise draws specified frame. |
HC_EXTERNAL HIC_API void HIC_Finish_Picture | ( | HIC_Rendition const * | nr, | |
bool | swap_buffers | |||
) |
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". |