kobebryant
01-16-2006, 01:51 PM
My IBM Power4 machine-AIX failed to find single buffer
even though it found double buffer visual.
Why?
I am using glXChooseVisual() with attribute
attrib={GLX_RGBA,GLX_REDSIZE,1,GLX_GREEN_SIZE,1,
GLX_BLUE_SIZE,1,None}.
If I add GLX_DOUBLEBUFFER to the list, my code worked fine. Any thing wrong, is it possible?
Thanks.
-Kobe
even though it found double buffer visual.
Why?
I am using glXChooseVisual() with attribute
attrib={GLX_RGBA,GLX_REDSIZE,1,GLX_GREEN_SIZE,1,
GLX_BLUE_SIZE,1,None}.
If I add GLX_DOUBLEBUFFER to the list, my code worked fine. Any thing wrong, is it possible?
Thanks.
-Kobe