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.
The D3DDDI_ROTATION enumeration type contains values that identify the orientation of a resource.
Syntax
typedef enum _D3DDDI_ROTATION {
D3DDDI_ROTATION_IDENTITY,
D3DDDI_ROTATION_90,
D3DDDI_ROTATION_180,
D3DDDI_ROTATION_270
} D3DDDI_ROTATION;
Constants
D3DDDI_ROTATION_IDENTITYIndicates that the resource is not rotated. |
D3DDDI_ROTATION_90Indicates that the resource is rotated 90 degrees. |
D3DDDI_ROTATION_180Indicates that the resource is rotated 180 degrees. |
D3DDDI_ROTATION_270Indicates that the resource is rotated 270 degrees. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
| Header | d3dukmdt.h (include D3dumddi.h, D3dkmddi.h) |