![]() |
NVAPI Reference Documentation 545
|
#include <nvapi.h>
Public Attributes | ||
| NvU32 | version | |
| union { | ||
| NvU32 architecture | ||
| architecture and architecture_id are the same. The former is NvU32 while the latter is an enum made for readability. | ||
| NV_GPU_ARCHITECTURE_ID architecture_id | ||
| specifies the architecture level for the GPU. | ||
| }; | ||
| union { | ||
| NvU32 implementation | ||
| implementation and implementation_id are the same. The former is NvU32 while the latter is an enum made for readability. | ||
| NV_GPU_ARCH_IMPLEMENTATION_ID implementation_id | ||
| specifies the implementation of the architecture for the GPU. | ||
| }; | ||
| union { | ||
| NvU32 revision | ||
| revision and revision_id are the same. The former is NvU32 while the latter is an enum made for readability. | ||
| NV_GPU_CHIP_REVISION revision_id | ||
| specifies the architecture revision of the GPU. | ||
| }; | ||
Used in NvAPI_GPU_GetArchInfo()