IndexBuffer.Lock Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Locks a range of index data and obtains a pointer to the index buffer memory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Lock(Int32, LockFlags) | Locks a range of index data and obtains a pointer to the index buffer memory. | |
Lock(Int32, Int32, LockFlags) | Locks a range of index data and obtains a pointer to the index buffer memory. | |
Lock(Int32, Type, LockFlags, Int32) | Locks a range of index data and obtains a pointer to the index buffer memory. |
Top