GraphicsDevice.IsFeatureAvailable

Declaration

public bool IsFeatureAvailable(NVIDIA.GraphicsDeviceFeature featureID);

Parameters

featureID The Feature enum value that represents the feature to check support for.

Returns

bool Returns true if the graphics card supports the feature. Otherwise, returns false.

Description

Checks if the current NVIDIA graphics card supports the feature you specify using the GraphicsDeviceFeature enum.


Did you find this page useful? Please give it a rating: