Tao.OpenGl SDK Documentation

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

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

See Also

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