IADLXGPU
The IADLXGPU interface provides properties of a GPU, such as name and type.
InterfaceId: |
IADLXGPU |
Smart Pointer Interface Name: |
IADLXGPUPtr |
Inherits: |
|
Inherited By: |
Methods
Method |
Description |
---|---|
Gets the ASIC family type of a GPU. |
|
Gets the BIOS info of a GPU. |
|
Gets the device id of a GPU. |
|
Gets the driver registry path of a GPU. |
|
Checks if a GPU drives any desktops. |
|
Checks if a GPU is an external or internal GPU. |
|
Gets the name of a GPU. |
|
Gets the PNP string of a GPU. |
|
Gets the revision id of a GPU. |
|
Gets the subsystem id of a GPU. |
|
Gets the subsystem vendor id of a GPU. |
|
Gets the total VRAM size of a GPU. |
|
Gets the type of a GPU. |
|
Gets the unique id of a GPU. |
|
Gets the VRAM type of a GPU. |
|
Gets the vendor id of a GPU. |
Requirements
Header |
include “ISystem.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the GPUs C++ sample .
For a C application, refer to the GPUs C sample .