DrawTexturedLine: 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|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 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]]

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.