NVAPI Reference Documentation 545
Loading...
Searching...
No Matches
Public Attributes | List of all members
NV_GPU_ARCH_INFO_V2 Struct Reference

#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.
 
};  
 

Detailed Description

Used in NvAPI_GPU_GetArchInfo()


The documentation for this struct was generated from the following file: