Sets the dither flag for the device.
HRESULT SetDither(
BOOL bDither
);
Parameters
bDither
New dithering mode for the device. The default is TRUE.
Return Values
Returns D3DRM_OK if successful, or an error otherwise. For a list of possible return codes, see Direct3D Retained-Mode Return Values.
See Also