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.
Note : VSync configuration affects the state of AMD Radeon™ Enhanced Sync.
If VSync is enabled, AMD Radeon Enhanced Sync is automatically disabled.
If VSync is disabled, AMD Radeon Enhanced Sync is automatically enabled.
Requirements
Header |
include “I3DSettings.h” |
Minimum version |
1.0 |