Tao.OpenGl SDK Documentation

Gl.glProgramBufferParametersIivNV Method (Int32, Int32, Int32, Int32, Int32[])

[Visual Basic]
Overloads Public Shared Sub glProgramBufferParametersIivNV( _
   ByVal target As Integer, _
   ByVal buffer As Integer, _
   ByVal index As Integer, _
   ByVal count As Integer, _
   ByVal params As Integer() _
)
[C#]
public static void glProgramBufferParametersIivNV(
   int target,
   int buffer,
   int index,
   int count,
   int[] params
);

See Also

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