Top "Vsync" questions

Vsync (short for Vertical Synchronization) is a rendering option for video cards.

how to enable vertical sync in opengl?

How do you enable vertical sync? Is it something simple like glEnable(GL_VSYNC)? (though there's no such thing as …

opengl vsync vertical-sync
How to disable vsync on macOS

With all my SDL/OpenGL programs, the framerate is stuck at 60fps, so looks like the vsync is enable, but …

macos opengl sdl vsync
How to enable VSYNC in D3D windowed app?

So, Im using D3D in a windowed application. I inited D3D with the following parameters: windowed: true; backbufferformat: …

directx direct3d direct3d9 vsync
How to enable VSYNC in OpenGL

The WGL_EXT_swap_control extension allows doing this on Windows, but I am unable to find anything even remotely …

c++ opengl vsync vertical-sync
Understanding necessity of Android VSYNC signals

I'm trying to get a better understanding of the Android display subsystem, but one item that's still confusing to me …

android android-5.0-lollipop android-4.4-kitkat vsync surfaceflinger
What is VSync count in Unity3D?

What is the theoretical concept of VSync, and how does it affect rendering?

unity3d rendering vsync
Is there a way to remove 60 fps cap in GLFW?

I'm writting a game with OGL / GLFW in c++. My game is always running at 60 fps and without any screen …

c++ opengl frame-rate glfw vsync
Vsync in Flex/Flash/AS3?

I work on a 2D shooter game with lots of moving objects on the screen (bullets etc). I use BitmapData.…

apache-flex flash actionscript-3 vsync