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
Post a Comment