Home -> IGraphicsDeviceEnumerator -> FilterDevicesWithoutAllFeatures

Description

The FilterDevicesWithoutAllFeatures method removes all IGraphicsDevice objects from the current filtered device set, which do not support all the specified Features.

Usage

void FilterDevicesWithoutAllFeatures(const std::set<IGraphicsDevice::Feature>& featureSet);

Argument list

featureSet [std::set<IGraphicsDevice::Feature>]
The set of features to test for support for in the filtered device set

See also