Login  Register

Portability issues with the anti aliasing

Posted by sylvestre on Jun 05, 2012; 9:55am
URL: https://forum.jogamp.org/Portability-issues-with-the-anti-aliasing-tp4025147.html

Hello,

I would like to use the following code in my application:
GLProfile profile = GLProfile.getDefault();
GLCapabilities capabilities = new GLCapabilities(profile);
capabilities.setSampleBuffers(true);
capabilities.setNumSamples(4);

However, I have concern about the behavior on old graphic cards (or bad drivers).

Any positive or negative feedbacks ?

thanks
S