Tao.OpenGl SDK Documentation

Gl.glGetActiveAttribARB Method (Int32, Int32, Int32, Int32[], Int32[], Int32[], StringBuilder)

[Visual Basic]
Overloads Public Shared Sub glGetActiveAttribARB( _
   ByVal programObj As Integer, _
   ByVal index As Integer, _
   ByVal maxLength As Integer, _
   ByVal length As Integer(), _
   ByVal size As Integer(), _
   ByVal type As Integer(), _
   ByVal name As StringBuilder _
)
[C#]
public static void glGetActiveAttribARB(
   int programObj,
   int index,
   int maxLength,
   int[] length,
   int[] size,
   int[] type,
   StringBuilder name
);

See Also

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