[]
D2D1_VERTEX_BUFFER_PROPERTIES
public class VertexBufferProperties
Initializes a new instance of VertexBufferProperties class.
public VertexBufferProperties()
Initializes a new instance of VertexBufferProperties class.
public VertexBufferProperties(int inputCount, VertexUsage usage, DataStream data)
inputCount
intThe number of inputs to the vertex shader.
usage
VertexUsageIndicates how frequently the vertex buffer is likely to be updated.
data
DataStreamThe initial contents of the vertex buffer
const unsigned char* data
public IntPtr DataPointer
unsigned int inputCount
public int InputCount
unsigned int byteWidth
public int SizeInBytes
D2D1_VERTEX_USAGE usage
public VertexUsage Usage
The initial contents of the vertex buffer.
public DataStream Data { get; set; }