Skip to content

SetMode

Navigation: ADLX SDK ReferencesADLX Interfaces3D GraphicsIADLX3DWaitForVerticalRefresh

Syntax

ADLX_RESULT    SetMode (ADLX_WAIT_FOR_VERTICAL_REFRESH_MODE mode)

Parameters

#DirectionNameTypeDescription
1.[in]modeADLX_WAIT_FOR_VERTICAL_REFRESH_MODEThe 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

Headerinclude “I3DSettings.h”
Minimum version1.0

See Also: IADLX3DEnhancedSync