Tao.OpenGl SDK Documentation

Gl.glTexGenf Method 

[Visual Basic]
Public Shared Sub glTexGenf( _
   ByVal coord As Integer, _
   ByVal pname As Integer, _
   ByVal param As Single _
)
[C#]
public static void glTexGenf(
   int coord,
   int pname,
   float param
);

See Also

Gl Class | Tao.OpenGl Namespace