PrtCompressedBuffer.ExtractClusterIDs(Int32[]) Method (Microsoft.DirectX.Direct3D)
Extracts the per-sample cluster identifiers (IDs) from a PrtCompressedBuffer object.
clusterIds System.Int32[]
An integer array that will contain the cluster IDs. The required size of the array is the value returned by PrtCompressedBuffer.NumberSamples.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Show: