D2D1_VERTEX_USAGE_STATIC

Undocumented in source.

Values

ValueMeaning
D2D1_VERTEX_USAGE_STATIC0

<summary> The vertex buffer content do not change frequently from frame to frame. </summary>

D2D1_VERTEX_USAGE_DYNAMIC1

<summary> The vertex buffer is intended to be updated frequently. </summary>

Meta