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 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|