// d3dukmdt.h
typedef enum _D3DDDI_ROTATION {
D3DDDI_ROTATION_IDENTITY,
D3DDDI_ROTATION_90,
D3DDDI_ROTATION_180,
D3DDDI_ROTATION_270
} D3DDDI_ROTATION;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDI_ROTATION enumeration type contains values that identify the orientation of a resource.
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.