Tao.OpenGl SDK Documentation

Gl.glGetMapfv Method (Int32, Int32, Single[])

[Visual Basic]
Overloads Public Shared Sub glGetMapfv( _
   ByVal target As Integer, _
   ByVal query As Integer, _
   ByVal v As Single() _
)
[C#]
public static void glGetMapfv(
   int target,
   int query,
   float[] v
);

See Also

Gl Class | Tao.OpenGl Namespace | Gl.glGetMapfv Overload List