Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Used to collect the bios version and gpu architecture name once during GPU initialization.
Syntax
typedef struct _DXGK_GPUVERSION {
WCHAR BiosVersion[DXGK_MAX_GPUVERSION_NAME_LENGTH];
WCHAR GpuArchitecture[DXGK_MAX_GPUVERSION_NAME_LENGTH];
} DXGK_GPUVERSION;
Members
BiosVersion[DXGK_MAX_GPUVERSION_NAME_LENGTH]
The current bios of the adapter.
GpuArchitecture[DXGK_MAX_GPUVERSION_NAME_LENGTH]
The gpu architecture of the adapter.
Requirements
Requirement | Value |
---|---|
Header | d3dkmdt.h |