Home -> IGraphicsDeviceEnumerator -> ClearDeviceFilters

Description

The ClearDeviceFilters method removes all filters which have been applied to the filtered device set returned by GetFilteredDevices. After calling this method, the GetFilteredDevices method will return the same set of devices as GetAllDevices until more filters are applied by calling one of the device filtering methods such as FilterDevicesOfType.

Usage

void ClearDeviceFilters();

See also