// d3dukmdt.h
typedef enum D3DDDI_SCANLINEORDERING {
D3DDDI_SCANLINEORDERING_UNKNOWN,
D3DDDI_SCANLINEORDERING_PROGRESSIVE,
D3DDDI_SCANLINEORDERING_INTERLACED
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDI_SCANLINEORDERING enumeration type contains values that identify how the scan lines are drawn on a surface.
D3DDDI_SCANLINEORDERING_UNKNOWNThe value indicates that scan-line ordering is unknown.
D3DDDI_SCANLINEORDERING_PROGRESSIVEThe value indicates that scan-line ordering is progressive.
D3DDDI_SCANLINEORDERING_INTERLACEDThe value indicates that scan-line ordering is interlaced.