DXGK_GPUVERSION - NtDoc

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

typedef struct _DXGK_GPUVERSION {
  WCHAR BiosVersion[DXGK_MAX_GPUVERSION_NAME_LENGTH];
  WCHAR GpuArchitecture[DXGK_MAX_GPUVERSION_NAME_LENGTH];
} DXGK_GPUVERSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_dxgk_gpuversion)

_DXGK_GPUVERSION structure

Description

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

Members

BiosVersion

The current bios of the adapter.

GpuArchitecture

The gpu architecture of the adapter.