Tao.OpenGl SDK Documentation

Gl.glVertexAttrib4NubARB Method 

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

See Also

Gl Class | Tao.OpenGl Namespace