I wish to use the multisampling method of anti-aliasing in my SDL
application, but notice that, as would be expected, you have to set up
buffers that will be multisampled differently at the WGL/GLX level.
Therefore, I must somehow communicate that I want to use multisampling to
SDL, but cannot find a way to do this. Is it possible?
-Thomas