ID2D1VertexBuffer

<summary> A transform uses this interface to write new vertices to a vertex buffer. </summary>

version(Windows)
interface ID2D1VertexBuffer : IUnknown {}

Members

Functions

Map
HRESULT Map(BYTE** data, UINT32 bufferSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Unmap
HRESULT Unmap()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta