ID2D1VertexBuffer interface (d2d1effectauthor.h)

Defines a mappable single-dimensional vertex buffer.

Inheritance

The ID2D1VertexBuffer interface inherits from the IUnknown interface. ID2D1VertexBuffer also has these types of members:

Methods

The ID2D1VertexBuffer interface has these methods.

 
ID2D1VertexBuffer::Map

Maps the provided data into user memory.
ID2D1VertexBuffer::Unmap

Unmaps the vertex buffer.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1effectauthor.h

See also

ID2D1EffectContext

ID2D1RenderInfo

IUnknown