Added pixel format warnings to PixelFormat.java

This commit is contained in:
Elias Naur 2004-07-07 09:38:19 +00:00
parent 8632dce58c
commit 133a9ae778

View file

@ -36,6 +36,10 @@ package org.lwjgl.opengl;
* of this class is used as arguments to Display.create() and Pbuffer.create(), to
* indicate minimum required properties.
*
* 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$
*/