Athugasemd
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Used to collect the bios version and GPU architecture name once during GPU initialization.
Syntax
typedef struct _D3DKMT_GPUVERSION {
UINT32 PhysicalAdapterIndex;
WCHAR BiosVersion[DXGK_MAX_GPUVERSION_NAME_LENGTH];
WCHAR GpuArchitecture[DXGK_MAX_GPUVERSION_NAME_LENGTH];
} D3DKMT_GPUVERSION;
Members
PhysicalAdapterIndex
The physical adapter index in the LDA (linked display adapter) chain.
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 | d3dkmthk.h |