ID2D1VertexBuffer interface
Defines a mappable single-dimensional vertex buffer.
When to implement
Custom implementations are not supported.
Members
The ID2D1VertexBuffer interface inherits from the IUnknown interface. ID2D1VertexBuffer also has these types of members:
Methods
The ID2D1VertexBuffer interface has these methods.
| Method | Description |
|---|---|
| Map |
Maps the provided data into user memory. |
| Unmap |
Unmaps the vertex buffer. |
Remarks
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also