IADLXGPUMetrics2
The IADLXGPUMetrics2 is an extension interface to IADLXGPUMetrics . It provides the shared GPU memory of a GPU metric sample.
InterfaceId: |
IADLXGPUMetrics2 |
Smart Pointer Interface Name: |
IADLXGPUMetrics2Ptr |
Inherits: |
|
Inherited By: |
N/A |
The IADLXGPUMetrics2 interface is obtained from the IADLXGPUMetrics interface or from any of its extension interfaces using QueryInterface .
Methods
Method |
Description |
---|---|
Gets the shared GPU memory of a GPU metric sample. |
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 .