Project

General

Profile

« Previous | Next » 

Revision a13dde77

Added by Leszek Koltunski almost 6 years ago

Progress with a more generic 'preprocess' stage of Postprocessing Effects.

View differences:

src/main/java/org/distorted/library/main/Distorted.java
89 89
   */
90 90
  public static final int FBO_QUEUE_SIZE = 4;
91 91
  /**
92
   * Number of Main program variants (ATM 2: main and main OIT)
92
   * Number of Main program variants (ATM 3: MAIN, MAIN OIT, PREPROCESS)
93 93
   */
94
  public static final int MAIN_VARIANTS = 2;
94
  public static final int MAIN_VARIANTS = 3;
95 95

  
96 96
  private static boolean mInitialized=false;
97 97

  
......
189 189
      exception = ex;
190 190
      }
191 191

  
192
    try
193
      {
194
      EffectQueuePostprocess.createPrograms(resources);
195
      }
196
    catch(Exception ex)
197
      {
198
      exception = ex;
199
      }
200

  
192 201
    try
193 202
      {
194 203
      PostprocessEffect.createPrograms();

Also available in: Unified diff