Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 762 Bytes

pminfo.md

File metadata and controls

41 lines (30 loc) · 762 Bytes
description ms.assetid title ms.topic ms.date
PMInfo - Not supported. Used internally by DirectX.
8a07357f-d4e8-4104-9d21-51c3e8b8d6d2
PMInfo
reference
05/31/2018

PMInfo

Not supported. Used internally by DirectX.

template PMInfo 
{ 
    < B6C3E656-EC8B-4b92-9B62-681659522947 > 
    DWORD nAttributes; 
    array PMAttributeRange attributeRanges[nAttributes]; 
    DWORD nMaxValence; 
    DWORD nMinLogicalVertices; 
    DWORD nMaxLogicalVertices; 
    DWORD nVSplits; 
    array PMVSplitRecord splitRecords[nVSplits]; 
    DWORD nAttributeMispredicts; 
    array DWORD attributeMispredicts[nAttributeMispredicts]; 
}

See also

Templates