NVAPI Reference Documentation
|
|
Release 560
|
#include <nvapi_lite_sli.h>
Data Fields | |
NvU32 | version |
NvU32 | maxNumAFRGroups |
NvU32 | numAFRGroups |
NvU32 | currentAFRIndex |
NvU32 | nextFrameAFRIndex |
NvU32 | previousFrameAFRIndex |
NvU32 | bIsCurAFRGroupNew |
Used in NvAPI_D3D10_GetCurrentSLIState(), and NvAPI_D3D_GetCurrentSLIState().
NvU32 NV_GET_CURRENT_SLI_STATE_V1::bIsCurAFRGroupNew |
[OUT] Boolean: Is this frame the first time running on the current AFR group
NvU32 NV_GET_CURRENT_SLI_STATE_V1::currentAFRIndex |
[OUT] The AFR group index for the frame currently being rendered
NvU32 NV_GET_CURRENT_SLI_STATE_V1::maxNumAFRGroups |
[OUT] The maximum possible value of numAFRGroups
NvU32 NV_GET_CURRENT_SLI_STATE_V1::nextFrameAFRIndex |
[OUT] What the AFR group index will be for the next frame (i.e. after calling Present)
NvU32 NV_GET_CURRENT_SLI_STATE_V1::numAFRGroups |
[OUT] The number of AFR groups enabled in the system
NvU32 NV_GET_CURRENT_SLI_STATE_V1::previousFrameAFRIndex |
[OUT] The AFR group index that was used for the previous frame (~0 if more than one frame has not been rendered yet)
NvU32 NV_GET_CURRENT_SLI_STATE_V1::version |
Structure version.