NAME
glInitNames
- initialize the name stack
C SPECIFICATION
void ggllIInniittNNaammeess( void )
DESCRIPTION
The name stack is used during selection mode to allow sets of rendering
commands to be uniquely identified.
It consists of an ordered set of unsigned integers.
ggllIInniittNNaammeess causes the name stack to be initialized to its default empty state.
The name stack is always empty while the render mode is not GGLL__SSEELLEECCTT.
Calls to ggllIInniittNNaammeess while the render mode is not GGLL__SSEELLEECCTT are ignored.
ERRORS
GGLL__IINNVVAALLIIDD__OOPPEERRAATTIIOONN is generated if ggllIInniittNNaammeess
is executed between the execution of ggllBBeeggiinn and the corresponding execution of
ggllEEnndd.
ASSOCIATED GETS
ggllGGeett with argument GGLL__NNAAMMEE__SSTTAACCKK__DDEEPPTTHH
ggllGGeett with argument GGLL__MMAAXX__NNAAMMEE__SSTTAACCKK__DDEEPPTTHH
SEE ALSO
ggllLLooaaddNNaammee((33GG)),
ggllPPuusshhNNaammee((33GG)),
ggllRReennddeerrMMooddee((33GG)),
ggllSSeelleeccttBBuuffffeerr((33GG))