Tao.OpenGl SDK Documentation

Gl.glProgramLocalParameterI4iNV Method 

[Visual Basic]
Public Shared Sub glProgramLocalParameterI4iNV( _
   ByVal target As Integer, _
   ByVal index As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal z As Integer, _
   ByVal w As Integer _
)
[C#]
public static void glProgramLocalParameterI4iNV(
   int target,
   int index,
   int x,
   int y,
   int z,
   int w
);

See Also

Gl Class | Tao.OpenGl Namespace