D3DM_VIEWPORT (Windows Embedded CE 6.0)
1/6/2010
This structure contains the contents of the D3DMOP_VIEWPORT command token (see D3DM_OPERATION), which informs the driver that it should change the current viewport transformation.
Syntax
typedef struct _D3DM_VIEWPORT {
D3DMVIEWPORT Viewport;
} D3DM_VIEWPORT, * LPD3DM_VIEWPORT;
Members
- Viewport
A D3DMVIEWPORT structure that defines the properties of the new viewport transformation.
Requirements
Header | d3dmddk.h |
Windows Embedded CE | Windows CE 5.0 |
See Also
Reference
Direct3D Mobile Driver Structures
D3DM_OPERATION