IADLXGPUMetricsSupport2
The IADLXGPUMetricsSupport2 is an extension interface to IADLXGPUMetricsSupport . It provides methods to discover if reporting the shared GPU memory is supported on a GPU.
InterfaceId: |
IADLXGPUMetricsSupport2 |
Smart Pointer Interface Name: |
IADLXGPUMetricsSupport2Ptr |
Inherits: |
|
Inherited By: |
N/A |
The IADLXGPUMetricsSupport2 interface is obtained from the IADLXGPUMetricsSupport interface or from any of its extension interfaces using QueryInterface .
Methods
Method |
Description |
---|---|
Gets the minimum and maximum shared GPU memory on a GPU. |
|
Checks if the shared GPU memory metric reporting is supported on a GPU. |
Requirements
Header |
include “IPerformanceMonitoring3.h” |
Minimum version |
1.4 |
Example
To see how to use this interface in a C++ application, refer to the PerfGPUMetrics C++ sample .
For a C application, refer to the PerfGPUMetrics C sample .