VertexBufferBinding Constructor
In This Topic
Initializes a new instance of the
VertexBufferBinding struct.
Syntax
'Declaration
Public Function New( _
ByVal As Buffer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public VertexBufferBinding(
Buffer ,
System.int ,
System.int
)
Parameters
- buffer
- The buffer being bound.
- stride
- The stride between vertex element (in bytes).
- offset
- The offset to the first vertex (in bytes).
See Also