Good day!
I try to add swap_control_tear under linux
If I try to glXQueryDrawable(dpy, drawable, GLX_LATE_SWAPS_TEAR_EXT,&tear_support);
terasupport is always 0 on GTX 670 and quadro 4200M
but I have no errors on
Display *dpy = glXGetCurrentDisplay();
GLXDrawable drawable = glXGetCurrentDrawable();
const int interval = -1;
glXSwapIntervalEXT(dpy, drawable, interval);
Could you please tell me is it supported or not?