Project

General

Profile

« Previous | Next » 

Revision cc0734e7

Added by Leszek Koltunski over 7 years ago

Fix the fact the the Buffer FBO in Postprocess Queue wasn't properly re-created after a Context loss.

View differences:

src/main/java/org/distorted/library/DistortedFramebuffer.java
270 270
        mTexWidth = mWidth;
271 271
        mTexHeight= mHeight;
272 272
        deleteFBO();
273
        createFBO();
274 273
        }
275 274
      }
275

  
276
    createFBO();
276 277
    }
277 278

  
278 279
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff