Skip to content

IADLXGPU

Navigation: ADLX SDK ReferencesADLX InterfacesGPU

The IADLXGPU interface provides the properties of a GPU, such as the name, and type.

InterfaceId:IADLXGPU
Smart Pointer Interface Name:IADLXGPUPtr
Inherits:IADLXInterface
Inherited By:IADLXGPU1

Methods

MethodDescription
ASICFamilyTypeGets the ASIC family type of a GPU.
BIOSInfoGets the BIOS info of a GPU.
DeviceIdGets the device id of a GPU.
DriverPathGets the driver registry path of a GPU.
HasDesktopsChecks if a GPU drives any desktops.
IsExternalChecks if a GPU is an external or internal GPU.
NameGets the name of a GPU.
PNPStringGets the PNP string of a GPU.
RevisionIdGets the revision id of a GPU.
SubSystemIdGets the subsystem id of a GPU.
SubSystemVendorIdGets the subsystem vendor id of a GPU.
TotalVRAMGets the total VRAM size of a GPU.
TypeGets the type of a GPU.
UniqueIdGets the unique id of a GPU.
VRAMTypeGets the VRAM type of a GPU.
VendorIdGets the vendor id of a GPU.

Requirements

Headerinclude “ISystem.h”
Minimum version1.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.

Subpages

API Reference

This page references: