Tao.OpenGl SDK Documentation

Gl.glBindTexture Method 

[Visual Basic]
Public Shared Sub glBindTexture( _
   ByVal target As Integer, _
   ByVal texture As Integer _
)
[C#]
public static void glBindTexture(
   int target,
   int texture
);

See Also

Gl Class | Tao.OpenGl Namespace