DrawTexturedPolyLine: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}}
{{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}}
=void '''DrawTexturedPolyLine'''( const Vertex_t *p,int n )=
=void '''DrawTexturedPolyLine'''( const [[Vertex_t]] *p,int n )=
This function performs a similar task to [[DrawTexturedPolygon]]; the difference being this function only draws the outline.
This function performs a similar task to [[DrawTexturedPolygon]]; the difference being this function only draws the outline.
[[Category:ISurface]]
[[Category:ISurface]]

Revision as of 20:13, 9 May 2006


void DrawTexturedPolyLine( const Vertex_t *p,int n )

This function performs a similar task to DrawTexturedPolygon; the difference being this function only draws the outline.