IDCompositionDeviceDebug interface
Provides access to rendering features that help with application debugging and performance tuning. This interface can be queried from the DirectComposition device interface.
When to implement
Client applications do not implement the IDCompositionDeviceDebug interface; custom implementations are not supported.
Members
The IDCompositionDeviceDebug interface inherits from the IUnknown interface. IDCompositionDeviceDebug also has these types of members:
Methods
The IDCompositionDeviceDebug interface has these methods.
| Method | Description |
|---|---|
| DisableDebugCounters |
Disables display of performance debugging counters. |
| EnableDebugCounters |
Enables display of performance debugging counters. |
See also