DrawTexturedLine: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (added class)
 
Line 1: Line 1:
{{navbar|DrawTexturedRect|ISurface|DrawTexturedPolyLine}}
{{navbar|DrawTexturedRect|ISurface|DrawTexturedPolyLine}}
=void '''DrawTexturedLine'''( const [[Vertex_t]] &a, const [[Vertex_t]] &b )=
=void [[ISurface]]::'''DrawTexturedLine'''( const [[Vertex_t]] &a, const [[Vertex_t]] &b )=
This function draws a 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]]

Latest revision as of 19:34, 28 June 2006


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

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