[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.VertexBufferProperties.-ctor

VertexBufferProperties Constructor

VertexBufferProperties()

Initializes a new instance of VertexBufferProperties class.

Declaration
public VertexBufferProperties()

VertexBufferProperties(int, VertexUsage, DataStream)

Initializes a new instance of VertexBufferProperties class.

Declaration
public VertexBufferProperties(int inputCount, VertexUsage usage, DataStream data)
Parameters
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