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