[]
Initializes a new instance of VertexBufferProperties class.
public VertexBufferProperties()
Initializes a new instance of VertexBufferProperties class.
public VertexBufferProperties(int inputCount, VertexUsage usage, DataStream data)
Type | Name | Description |
---|---|---|
int | inputCount | The number of inputs to the vertex shader. |
VertexUsage | usage | Indicates how frequently the vertex buffer is likely to be updated. |
DataStream | data | The initial contents of the vertex buffer |