DrawTexturedPolyLine: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}}
{{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}}
=void '''DrawTexturedSubRect'''( int x0, int y0, int x1, int y1,<br>float texs0, float text0, float texs1, float text1 )=
=void '''DrawTexturedPolyLine'''( const Vertex_t *p,int n )=
This function draws a textured rectangle with specified transformation values where tex*0 pertains to the top left and tex*1 pertains to the bottom right.
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:11, 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.