Project

General

Profile

« Previous | Next » 

Revision cee0369a

Added by Leszek Koltunski about 6 years ago

Order Independent Transparency: debugging

View differences:

src/main/java/org/distorted/library/main/DistortedOutputSurface.java
488 488

  
489 489
          numRenders += currQueue.postprocess(mBuffer);
490 490
          numRenders += blitWithDepth(time, mBuffer[quality]);
491
          GLES31.glMemoryBarrier(GLES31.GL_ALL_BARRIER_BITS);
492
          //GLES31.glFinish();
491 493
          numRenders += blitWithDepthRender(time,mBuffer[quality]);  // merge the OIT linked list
492 494
          clearBuffer(mBuffer[quality]);
495
          GLES31.glMemoryBarrier(GLES31.GL_ALL_BARRIER_BITS);
496
          //GLES31.glFlush();
493 497
          }
494 498
        }
495 499

  

Also available in: Unified diff