Mesh.UnlockAttributeBuffer Method |
Language: |
Unlocks an attribute buffer.
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[]
);
dataAttribute System.Int32[]
Array of pointers that represents the attribute buffer to unlock.
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.
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