PixelFormat pf = new PixelFormat().withDepth(24).withSamples(4).withSRGB(true);
WARNING: Some pixel formats are known to cause troubles on certain buggy drivers. Example: Under Windows, specifying samples != 0 will enable the ARB pixel format selection path, which could trigger a crash.
@author elias_naur@sourceforge.net
@version $Revision: 3355 $
PixelFormat pf = new PixelFormat().withDepth(24).withSamples(4);
Attributes that correspond to EGL extensions will be silently ignored if those extensions are not supported by the EGLDisplay.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|