Home -> IGraphicsDeviceEnumerator -> FilterDevicesWithoutFeature

Description

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

Usage

void FilterDevicesWithoutFeature(IGraphicsDevice::Feature feature);

Argument list

feature [Feature]
The feature to test for support for in the filtered device set

See also