NGFX_Injection_InstallationInfo#
-
struct NGFX_Injection_InstallationInfo#
Reports information about a particular Nsight installation.
The NGFX_Injection_InstallationInfo structure contains information that uniquely identifies a particular installation, allowing you to choose which particular installation to inject into.
Public Members
-
NGFX_Nsight_SKU sku#
The distribution of Nsight in this installation.
-
uint16_t versionMajor#
The major version of the Nsight installation.
-
uint16_t versionMinor#
The minor version of the Nsight installation.
-
uint16_t versionPatch#
The patch version of the Nsight installation.
-
const NGFX_Injection_PathChar *installationPath#
The path on the system to the Nsight installation.
-
NGFX_Nsight_SKU sku#