diff --git a/src/java/org/lwjgl/opengl/PixelFormat.java b/src/java/org/lwjgl/opengl/PixelFormat.java index 0bc65fe5..2bfd6db1 100644 --- a/src/java/org/lwjgl/opengl/PixelFormat.java +++ b/src/java/org/lwjgl/opengl/PixelFormat.java @@ -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$ */