DrawTexturedPolygon: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (added class)
 
Line 1: Line 1:
{{navbar-last|DrawTexturedSubRect|ISurface}}
{{navbar-last|DrawTexturedSubRect|ISurface}}
=void '''DrawTexturedPolygon'''(int n, [[Vertex_t]] *pVertices)=
=void [[ISurface]]::'''DrawTexturedPolygon'''(int n, [[Vertex_t]] *pVertices)=
This function draws a textured polygon with an array of n vertices.
This function draws a textured polygon with an array of n vertices.
[[Category:ISurface]]
[[Category:ISurface]]

Latest revision as of 19:34, 28 June 2006

DrawTexturedSubRect Return to ISurface

void ISurface::DrawTexturedPolygon(int n, Vertex_t *pVertices)

This function draws a textured polygon with an array of n vertices.