Project

General

Profile

« Previous | Next » 

Revision 60c1c622

Added by Leszek Koltunski about 7 years ago

Move the Postprocessing buffers to OutputSurface.

View differences:

src/main/java/org/distorted/library/DistortedEffects.java
297 297

  
298 298
///////////////////////////////////////////////////////////////////////////////////////////////////
299 299

  
300
  DistortedFramebuffer getPostprocessingBuffer()
300
  EffectQueuePostprocess getPostprocess()
301 301
    {
302
    return mP.mNumEffects==0 ? null : mP.mMainBuffer;
302
    return mP;
303 303
    }
304 304

  
305 305
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff