mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-26 07:04:49 +01:00
Added pixel format warnings to PixelFormat.java
This commit is contained in:
parent
8632dce58c
commit
133a9ae778
|
|
@ -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$
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue