Mesh.UnlockAttributeBuffer Method
|
Language: |
Unlocks an attribute buffer.
Definition
Visual Basic |
Public Sub UnlockAttributeBuffer( _ ByVal dataAttribute() As Integer _ ) |
C# |
public void UnlockAttributeBuffer( int[] dataAttribute ); |
C++ |
public: void UnlockAttributeBuffer( array<int>^ dataAttribute ); |
JScript |
public function UnlockAttributeBuffer( dataAttribute : int[] ); |
Parameters
dataAttribute
|
System.Int32[]
Array of pointers that represents the attribute buffer to unlock. |
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
ArgumentException  |
The buffer must be locked before it is unlocked. |
See Also
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center