So I'm trying to use multisampling to hopefully help some of the jaggedness my application currently has. Unfortunately, glEnable(GL_ARB_multisample) appears to make no difference on my final image. Is this the correct way to use it?
Using glxinfo it appears my system supports GL_ARB_multisample, so I'm not sure what's wrong here.



