Re: Adaptive Sync
Posted by
Sven Gothel on
Sep 20, 2014; 11:58am
URL: https://forum.jogamp.org/Adaptive-Sync-tp4033175p4033178.html
On 09/20/2014 12:02 PM, adi [via jogamp] wrote:
> Hi
>
> In my understandig,* apative vsync *eliminating frame rate stuttering and
> screen tearing.
> The graphic card sends the ok to show the next frame not the monitor at a
> fixed rate.
> For Nvidea i have that found for this feature:
>
http://www.geforce.com/hardware/technology/adaptive-vsyncThx for the link.
Glancing over it .. yes, purpose is the same as I described earlier.
Methodology may be different, i.e. also involves toggling vsync etc,
where the method I described is platform agnostic.
If you like to hint to the coding details, i.e. an OpenGL vendor extension
with an example - we may add it.
~Sven