SetMode
Sets the VSync mode on a GPU.
Syntax
ADLX_RESULT SetMode (ADLX_WAIT_FOR_VERTICAL_REFRESH_MODE mode)
Parameters
-
[in]
mode ADLX_WAIT_FOR_VERTICAL_REFRESH_MODE The new VSync mode.
Return Value
If the VSync mode is successfully set, ADLX_OK is returned.
If the VSync mode is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
VSync synchronizes the transition to a new frame of animation with the display update so no tearing is visible between frames.
Limits the frame rate at the display’s refresh rate.
Dependent Interfaces
VSync cannot be simultaneously enabled with AMD Radeon™ Enhanced Sync .
When VSync is enabled, the mutually exclusive features are automatically disabled.
If a mutually exclusive feature is re-enabled, its previous configuration settings are restored.
Requirements
Header |
include “I3DSettings.h” |
Minimum version |
1.0 |