opengl - glXChooseFBConfig() setting for anti-aliasing? -


according post, stated

to request visual multisampling xlib, use these 2 attributes in list glxchoosefbconfig():

glx_sample_buffers - value should true. on/off toggle.
glx_samples - number of samples.

these of which, according wiki on multisampling section in opengl.org, glxchoosefbconfig() accept these attributes. however, glx_sample_buffers/glx_samples don't appeared specified in sdk here. might know why?

i suggest download glx-1.4 specification pdf, better reference manual: http://www.opengl.org/registry/doc/glx1.4.pdf


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -