Function Index Class Index

Tristrip_XXX


Functions

HC_EXTERNAL HIC_API bool HIC_Tristrip_Has_DL (HIC_Tristrip const *ts)
HC_EXTERNAL HIC_API void HIC_Tristrip_Mark_Texture_Prebound (HIC_Tristrip const *ts)

Function Documentation

HC_EXTERNAL HIC_API bool HIC_Tristrip_Has_DL ( HIC_Tristrip const *  ts  ) 

Parameters:
ts A pointer to a const HIC_Tristrip.
Returns:
A boolean, true if the tristrip parameter has a display list and false if it does not.
This function returns a boolean which is true if the tristrip parameter has a display list and false if the tristrip parameter does not have a display list.

HC_EXTERNAL HIC_API void HIC_Tristrip_Mark_Texture_Prebound ( HIC_Tristrip const *  ts  ) 

Parameters:
ts A pointer to a const HIC_Tristrip.
This function marks a texture as prebound on a passed in tristrip data structure.