DrawTexturedPolyLine: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (added class)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}}
{{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}}
=void '''DrawTexturedPolyLine'''( const Vertex_t *p,int n )=
=void [[ISurface]]::'''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]]

Latest revision as of 19:34, 28 June 2006


void ISurface::DrawTexturedPolyLine( const Vertex_t *p,int n )

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