Functions | |
HC_EXTERNAL HIC_API void | HIC_LOD_Disable (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void | HIC_LOD_Enable (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void | HIC_Set_LOD_Clamp (HIC_Rendition const *nr, int clampval) |
HC_EXTERNAL HIC_API int | HIC_Show_LOD_Clamp (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void HIC_LOD_Disable | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
HC_EXTERNAL HIC_API void HIC_LOD_Enable | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
HC_EXTERNAL HIC_API void HIC_Set_LOD_Clamp | ( | HIC_Rendition const * | nr, | |
int | clampval | |||
) |
nr | A pointer to a const HIC_Rendition. | |
clampval | An int. |
HC_EXTERNAL HIC_API int HIC_Show_LOD_Clamp | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |