This explains VSYNC
, but the pace is very fast, and i am unable to find any other good resource to understand this topic.
What i have understand is this;
VSYNC happens at every 16ms
, and all of the frame components INPUT
ANIMATION
LAYOUT
RECORD DRAW
& RENDER
only happens 1 in this time, so with VSYNC the frame rendering is synchronized, and it restricts frame from redrawing in the specified time.
Kindly guide me if this understanding is correct or not.