Tao.OpenGl SDK Documentation

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

[Visual Basic]
Overloads Public Shared Sub glGetMaterialfv( _
   ByVal face As Integer, _
   ByVal pname As Integer, _
   ByVal params As Single() _
)
[C#]
public static void glGetMaterialfv(
   int face,
   int pname,
   float[] params
);

See Also

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