DrawSetTexture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{navbar-first|ISurface|DrawTexturedRect}}
{{navbar-first|ISurface|DrawTexturedRect}}
=void '''DrawSetTexture'''(int id)=
=void '''DrawSetTexture'''(int id)=
Use this before [[DrawTexturedRect]].
Use this before a draw function:
* [[DrawTexturedRect]]
* [[DrawTexturedLine]]
* [[DrawTexturedPolyLine]]
* [[DrawTexturedSubRect]]
* [[DrawTexturedPolygon]]
[[Category:ISurface]]
[[Category:ISurface]]

Revision as of 19:59, 9 May 2006

Return to ISurface DrawTexturedRect

void DrawSetTexture(int id)

Use this before a draw function: