Project

General

Profile

« Previous | Next » 

Revision 27f42cd6

Added by Leszek Koltunski about 7 years ago

Actually implement proper postprocessing Buckets.

View differences:

src/main/java/org/distorted/library/DistortedEffectsPostprocess.java
62 62

  
63 63
///////////////////////////////////////////////////////////////////////////////////////////////////
64 64

  
65
  EffectQueuePostprocess getPostprocess()
65
  int postprocess(long time, DistortedOutputSurface surface)
66 66
    {
67
    return mP;
67
    return mP.postprocess(time,surface);
68
    }
69

  
70
///////////////////////////////////////////////////////////////////////////////////////////////////
71

  
72
  long getBucket()
73
    {
74
    return mP.mNumEffects==0 ? 0: mID;
68 75
    }
69 76

  
70 77
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff