![]() |
![]() |
![]() |
IndexBuffer.SetData Method |
Language: |
Locks, sets, and unlocks a range of vertex data.
Visual Basic .NET Public Sub SetData( _
ByVal data As Object, _
ByVal lockAtOffset As Integer, _
ByVal flags As LockFlags _
)C# public void SetData(
object data,
int lockAtOffset,
LockFlags flags
);Managed C++ public: void SetData(
Object *data,
int lockAtOffset,
LockFlags flags
);JScript .NET public function SetData(
data : Object,
lockAtOffset : int,
flags : LockFlags
);
data System.Object. An Object that contains the data to copy into the index buffer.
lockAtOffset System.Int32. Offset to set in the index buffer. To set the entire buffer, set this parameter to 0. flags Microsoft.DirectX.Direct3D.LockFlags. Zero or more LockFlags locking flags that describe the type of lock to perform when setting the buffer. For this method, the valid flags are Discard, NoDirtyUpdate, NoSystemLock, ReadOnly, and NoOverWrite. For a description of the flags, see LockFlags.
The Lock.Discard and NoOverWrite flags are valid only on buffers created with Dynamic.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center