Z_Buffer
Functions
void |
|
int |
Detailed Description
- group Z_Buffer
Function Documentation
-
void HIC_Clear_Z_Buffer(HIC_Rendition const *nr)
This function clears the Z-buffer.
- Parameters:
nr – A pointer to a const HIC_Rendition.
-
int HIC_Show_Z_Buffering(HIC_Rendition const *nr)
This function returns a boolean, true if Z-buffering is in effect, false if Z-buffering is not in effect.
- Parameters:
nr – A pointer to a const HIC_Rendition.
- Returns:
A boolean, true if Z-buffering is in effect, otherwise false.