Home -> IGraphicsDeviceEnumerator -> FilterDevice

Description

The FilterDevice method removes the specified IGraphicsDevice object from the current filtered device set.

Usage

void FilterDevice(IGraphicsDevice* targetDevice);

Argument list

targetDevice [IGraphicsDevice*]
The device to remove from the filtered device set

See also