IDXCoreAdapter::IsAttributeSupported method

Determines whether this DXCore adapter object supports the specified adapter attribute.

Syntax

virtual bool STDMETHODCALLTYPE IsAttributeSupported( 
  REFGUID attributeGUID) = 0;

Parameters

attributeGUID

Type: REFGUID

A reference to an adapter attribute GUID. For a list of attribute GUIDs, see DXCore adapter attribute GUIDs.

Returns

Type: bool

Returns true if this DXCore adapter object supports the specified adapter attribute. Otherwise, returns false.

See also

IDXCoreAdapter, DXCore Reference, DXCore adapter attribute GUIDs, Using DXCore to enumerate adapters