Tristrip_XXX

Functions

int

HIC_Tristrip_Has_DL

void

HIC_Tristrip_Mark_Texture_Prebound

Detailed Description

group Tristrip_XXX

Function Documentation

int HIC_Tristrip_Has_DL(HIC_Tristrip *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 *ts)

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

Parameters

ts – A pointer to a const HIC_Tristrip.