D3DKMT_GPUVERSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_GPUVERSION {
  UINT32 PhysicalAdapterIndex;
  WCHAR  BiosVersion[DXGK_MAX_GPUVERSION_NAME_LENGTH];
  WCHAR  GpuArchitecture[DXGK_MAX_GPUVERSION_NAME_LENGTH];
} D3DKMT_GPUVERSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_gpuversion)

_D3DKMT_GPUVERSION structure

Description

Used to collect the bios version and GPU architecture name once during GPU initialization.

Members

PhysicalAdapterIndex

The physical adapter index in the LDA (linked display adapter) chain.

BiosVersion

The current bios of the adapter.

GpuArchitecture

The gpu architecture of the adapter.