// 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 referenceNo description available.
Used to collect the bios version and gpu architecture name once during GPU initialization.
BiosVersionThe current bios of the adapter.
GpuArchitectureThe gpu architecture of the adapter.