D3DDISPLAYMODE
Describes the display mode.
typedef struct D3DDISPLAYMODE {
UINT Width;
UINT Height;
UINT RefreshRate;
D3DFORMAT Format;
} D3DDISPLAYMODE, *LPD3DDISPLAYMODE;
Members
- Width
- Screen width, in pixels.
- Height
- Screen height, in pixels.
- RefreshRate
- Refresh rate. The value of 0 indicates an adapter default.
- Format
- Member of the D3DFORMAT enumerated type, describing the surface format of the display mode.
See Also
IDirect3D9::EnumAdapterModes, IDirect3D9::GetAdapterDisplayMode, IDirect3DDevice9::GetDisplayMode