DrawTexturedLine: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
{{navbar|DrawTexturedRect|ISurface|DrawTexturedPolyLine}}
{{navbar|DrawTexturedRect|ISurface|DrawTexturedPolyLine}}
=void '''DrawTexturedLine'''( const [[Vertex_t]] &a, const [[Vertex_t]] &b )=
=void '''DrawTexturedLine'''( const [[Vertex_t]] &a, const [[Vertex_t]] &b )=
This function draws an aliased line from a to b with the set texture.
This function draws a line from a to b with the set texture.
[[Category:ISurface]]
[[Category:ISurface]]

Revision as of 20:11, 9 May 2006


void DrawTexturedLine( const Vertex_t &a, const Vertex_t &b )

This function draws a line from a to b with the set texture.