Tristrip_XXX

Detailed Description

group Tristrip_XXX

Function Documentation

int HIC_Tristrip_Has_DL(HIC_Tristrip const *ts)

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.

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.
void HIC_Tristrip_Mark_Texture_Prebound(HIC_Tristrip const *ts)

This function marks a texture as prebound on a passed in tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.