Skip to content

Commit fe3d0ce

Browse files
author
Rys Sommefeldt
committed
Add note about not using DX11_Create*() resource APIs with driver AFR for CFX
1 parent 1ffd7ec commit fe3d0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ags_lib/inc/amd_ags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_SetMarker( AGSContext* context
534534
/// The different modes to control Crossfire behavior.
535535
enum AGSCrossfireMode
536536
{
537-
AGS_CROSSFIRE_MODE_DRIVER_AFR = 0, ///< Use the default driver-based AFR rendering
537+
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
538538
AGS_CROSSFIRE_MODE_EXPLICIT_AFR, ///< Use the AGS Crossfire API functions to perform explicit AFR rendering without requiring a CF driver profile
539539
AGS_CROSSFIRE_MODE_DISABLE ///< Completely disable AFR rendering
540540
};

0 commit comments

Comments
 (0)