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/DistortedNode.java
220 220

  
221 221
///////////////////////////////////////////////////////////////////////////////////////////////////
222 222

  
223
  DistortedFramebuffer getPostprocessingBuffer()
223
  EffectQueuePostprocess getPostprocess()
224 224
    {
225
    return mEffects.getPostprocessingBuffer();
225
    return mEffects.getPostprocess();
226 226
    }
227 227

  
228 228
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff