VertexBuffer.Lock Method
Locks a range of vertex data and obtains the vertex buffer memory.
Overload List
Name | Description |
---|---|
VertexBuffer.Lock (Int32, LockFlags) | Locks a range of vertex data and returns the vertex buffer memory. Supported by the .NET Compact Framework. |
VertexBuffer.Lock (Int32, Int32, LockFlags) | Locks a range of vertex data and obtains the vertex buffer memory. Supported by the .NET Compact Framework. |
VertexBuffer.Lock (Int32, Type, LockFlags, Int32) | Locks a range of vertex data and obtains the vertex buffer memory. Supported by the .NET Compact Framework. |
See Also
Reference
VertexBuffer Class
VertexBuffer Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace