Tao.OpenGl SDK Documentation |
|
Gl.glVariantArrayObjectATI Method
[Visual Basic]
Public Shared Sub glVariantArrayObjectATI( _
ByVal
id As
Integer, _
ByVal
type As
Integer, _
ByVal
stride As
Integer, _
ByVal
buffer As
Integer, _
ByVal
offset As
Integer _
)
[C#]
public static
void glVariantArrayObjectATI(
int id,
int type,
int stride,
int buffer,
int offset);
See Also
Gl Class | Tao.OpenGl Namespace