deletetess.3gl 703 B

12345678910111213141516171819202122232425262728293031323334
  1. '\" e
  2. '\"! eqn | mmdoc
  3. '\"macro stdmacro
  4. .ds Vn Version 1.2
  5. .ds Dt 6 March 1997
  6. .ds Re Release 1.2.0
  7. .ds Dp May 02 11:53
  8. .ds Dm 37 deletetes
  9. .ds Xs 7423 3 deletetess.gl
  10. .TH GLUDELETETESS 3G
  11. .SH NAME
  12. .B "gluDeleteTess
  13. \- destroy a tessellation object
  14. .SH C SPECIFICATION
  15. void \f3gluDeleteTess\fP(
  16. GLUtesselator* \fItess\fP )
  17. .nf
  18. .fi
  19. .EQ
  20. delim $$
  21. .EN
  22. .SH PARAMETERS
  23. .TP \w'\f2tess\fP\ \ 'u
  24. \f2tess\fP
  25. Specifies the tessellation object to destroy.
  26. .SH DESCRIPTION
  27. \%\f3gluDeleteTess\fP destroys the indicated tessellation object (which was created
  28. with \%\f3gluNewTess\fP) and frees any memory that it used.
  29. .SH SEE ALSO
  30. \%\f3gluBeginPolygon(3G)\fP, \%\f3gluNewTess(3G)\fP, \%\f3gluTessCallback(3G)\fP