mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
TODO note
This commit is contained in:
@@ -627,6 +627,8 @@ public abstract class PGL {
|
||||
|
||||
|
||||
private boolean needFBOLayer(boolean clear0) {
|
||||
// TODO: need to revise this, on windows we might not want to use FBO layer
|
||||
// even with anti-aliasing enabled...
|
||||
return !clear0 || fboLayerRequested || 1 < numSamples;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user