Tao.OpenGl SDK Documentation
Gl.glVertexAttribI4iEXT Method
[Visual Basic]
Public Shared Sub glVertexAttribI4iEXT( _
ByVal
index
As
Integer
, _
ByVal
x
As
Integer
, _
ByVal
y
As
Integer
, _
ByVal
z
As
Integer
, _
ByVal
w
As
Integer
_
)
[C#]
public static
void
glVertexAttribI4iEXT(
int
index
,
int
x
,
int
y
,
int
z
,
int
w
);
See Also
Gl Class
|
Tao.OpenGl Namespace