Tao.OpenGl SDK Documentation

Gl.glGetActiveVaryingNV Method (Int32, Int32, Int32, Int32[], IntPtr, IntPtr, StringBuilder)

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

See Also

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