The D3DTRANSFORMCAPS structure describes the transformation capabilities of a device. This structure is part of the D3DDEVICEDESC structure.
typedef struct _D3DTransformCaps {
DWORD dwSize;
DWORD dwCaps;
} D3DTRANSFORMCAPS, *LPD3DTRANSFORMCAPS;
D3DTRANSFORMCAPS_CLIP | The system clips while transforming. |
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Header: Declared in d3dcaps.h.