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