Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Mesh data structure.
Syntax
typedef struct D3DXMESHDATA {
D3DXMESHDATATYPE Type;
union {
LPD3DXMESH pMesh;
LPD3DXPATCHMESH pPatchMesh;
};
} D3DXMESHDATA, *LPD3DXMESHDATA;
Members
-
Type
-
Type: D3DXMESHDATATYPE
-
Defines the mesh data type. See D3DXMESHDATATYPE.
-
pMesh
-
Type: LPD3DXMESH
-
Pointer to a mesh. See ID3DXMesh.
-
pPatchMesh
-
Type: LPD3DXPATCHMESH
-
Pointer to a patch mesh. See ID3DXPatchMesh.
Requirements
Requirement | Value |
---|---|
Header |
|
See also