NVAPI Reference Documentation
NVIDIA
Release 361: January 27
2016

Data Fields
NV_GET_CURRENT_SLI_STATE Struct Reference

#include <nvapi_lite_sli.h>

Data Fields

NvU32 version
NvU32 maxNumAFRGroups
NvU32 numAFRGroups
NvU32 currentAFRIndex
NvU32 nextFrameAFRIndex
NvU32 previousFrameAFRIndex
NvU32 bIsCurAFRGroupNew

Detailed Description

Used in NvAPI_D3D10_GetCurrentSLIState(), and NvAPI_D3D_GetCurrentSLIState().


Field Documentation

[OUT] Boolean: Is this frame the first time running on the current AFR group

[OUT] The AFR group index for the frame currently being rendered

[OUT] The maximum possible value of numAFRGroups

[OUT] What the AFR group index will be for the next frame (i.e. after calling Present)

[OUT] The number of AFR groups enabled in the system

[OUT] The AFR group index that was used for the previous frame (~0 if more than one frame has not been rendered yet)

Structure version.


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


Copyright (c) 2007-2015 NVIDIA Corporation. All rights reserved.

NVIDIA