Skip to content

Commit

Permalink
Merge pull request #8269 from pgh1686/develop
Browse files Browse the repository at this point in the history
Issue #4804: Documented that graphics driver settings may overwrite vsync settings
  • Loading branch information
SimonDarksideJ committed May 13, 2024
2 parents 9d415cc + 9603663 commit 4a3d5e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MonoGame.Framework/GraphicsDeviceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,9 @@ public DepthFormat PreferredDepthStencilFormat
/// <remarks>
/// Vsync limits the frame rate of the game to the monitor referesh rate to prevent screen tearing.
/// When called at startup this will automatically set the vsync mode during initialization. If
/// set after startup you must call ApplyChanges() for the vsync mode to be changed.
/// set after startup you must call ApplyChanges() for the vsync mode to be changed. Depending on
/// a user's video card settings, vsync settings can be ignored and cause unexpected behaviour in
/// frame rate.
/// </remarks>
public bool SynchronizeWithVerticalRetrace
{
Expand Down

0 comments on commit 4a3d5e7

Please sign in to comment.