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