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) |
HC_EXTERNAL HIC_API bool HIC_Tristrip_Has_DL | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
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 | ) |
ts | A pointer to a const HIC_Tristrip. |
This function marks a texture as prebound on a passed in tristrip data structure.