D2D1_CUSTOM_VERTEX_BUFFER_PROPERTIES

<summary> This defines the input layout of vertices and the vertex shader which processes them. </summary>

Members

Variables

elementCount
UINT32 elementCount;
Undocumented in source.
inputElements
const(D2D1_INPUT_ELEMENT_DESC)* inputElements;
Undocumented in source.
shaderBufferSize
UINT32 shaderBufferSize;
Undocumented in source.
shaderBufferWithInputSignature
const(BYTE)* shaderBufferWithInputSignature;
Undocumented in source.
stride
UINT32 stride;
Undocumented in source.

Meta