From fe3d0ce6a4b159361b2aaeca9f9ce571e6b5366d Mon Sep 17 00:00:00 2001 From: Rys Sommefeldt Date: Wed, 15 Aug 2018 17:03:55 +0100 Subject: [PATCH] Add note about not using DX11_Create*() resource APIs with driver AFR for CFX --- ags_lib/inc/amd_ags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ags_lib/inc/amd_ags.h b/ags_lib/inc/amd_ags.h index a677200..f813044 100644 --- a/ags_lib/inc/amd_ags.h +++ b/ags_lib/inc/amd_ags.h @@ -534,7 +534,7 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_SetMarker( AGSContext* context /// The different modes to control Crossfire behavior. enum AGSCrossfireMode { - AGS_CROSSFIRE_MODE_DRIVER_AFR = 0, ///< Use the default driver-based AFR rendering + AGS_CROSSFIRE_MODE_DRIVER_AFR = 0, ///< Use the default driver-based AFR rendering. If this mode is specified, do NOT use the agsDriverExtensionsDX11_Create*() APIs to create resources AGS_CROSSFIRE_MODE_EXPLICIT_AFR, ///< Use the AGS Crossfire API functions to perform explicit AFR rendering without requiring a CF driver profile AGS_CROSSFIRE_MODE_DISABLE ///< Completely disable AFR rendering };