Tao.OpenGl SDK Documentation |
|
Gl.glBindAttribLocationARB Method
[Visual Basic]
Public Shared Sub glBindAttribLocationARB( _
ByVal
programObj As
Integer, _
ByVal
index As
Integer, _
ByVal
name As
String _
)
[C#]
public static
void glBindAttribLocationARB(
int programObj,
int index,
string name);
See Also
Gl Class | Tao.OpenGl Namespace