D3DDDI_ROTATION enumeration (d3dukmdt.h)

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_IDENTITY
Indicates that the resource is not rotated.
D3DDDI_ROTATION_90
Indicates that the resource is rotated 90 degrees.
D3DDDI_ROTATION_180
Indicates that the resource is rotated 180 degrees.
D3DDDI_ROTATION_270
Indicates 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)

See also

D3DDDIARG_CREATERESOURCE