'Declaration Public Function New( _ ByVal inputCount As System.Integer, _ ByVal usage As VertexUsage, _ ByVal data As DataStream _ )
public VertexBufferProperties( System.int inputCount, VertexUsage usage, DataStream data )
Parameters
- inputCount
- The number of inputs to the vertex shader.
- usage
- Indicates how frequently the vertex buffer is likely to be updated.
- data
- The initial contents of the vertex buffer