PrtCompressedBuffer.ExtractClusterIDs Method
|
Language: |
Extracts the per-sample cluster identifiers (IDs) from a PrtCompressedBuffer object.
Definition
Visual Basic |
Public Sub ExtractClusterIDs( _ ByVal clusterIds() As Integer _ ) |
C# |
public void ExtractClusterIDs( int[] clusterIds ); |
C++ |
public: void ExtractClusterIDs( array<int>^ clusterIds ); |
JScript |
public function ExtractClusterIDs( clusterIds : int[] ); |
Parameters
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
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