Skip to content

Commit

Permalink
Add note about not using DX11_Create*() resource APIs with driver AFR…
Browse files Browse the repository at this point in the history
… for CFX
  • Loading branch information
Rys Sommefeldt committed Aug 15, 2018
1 parent 1ffd7ec commit fe3d0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ags_lib/inc/amd_ags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit fe3d0ce

Please sign in to comment.