mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
Added pixel format warnings to PixelFormat.java
This commit is contained in:
parent
8632dce58c
commit
133a9ae778
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue