Project

General

Profile

« Previous | Next » 

Revision 22d3c4b4

Added by Leszek Koltunski almost 4 years ago

- Decrease FBO queue size to 3
- do clean the output surface even if it doesn't have any children (in renderChildren)

View differences:

src/main/java/org/distorted/library/main/InternalChildrenList.java
33 33
  private static final int DETALL = 2;
34 34
  private static final int SORT   = 3;
35 35

  
36
  private class Job
36
  private static class Job
37 37
    {
38 38
    int type;
39 39
    DistortedNode node;

Also available in: Unified diff