Project

General

Profile

« Previous | Next » 

Revision f89a986e

Added by Leszek Koltunski about 6 years ago

Order Independent Transparency: some progress

View differences:

src/main/java/org/distorted/library/main/DistortedEffects.java
399 399
    GLES31.glDrawArrays(GLES31.GL_TRIANGLE_STRIP, 0, 4);
400 400

  
401 401

  
402
    //android.util.Log.e("effects", "bufferSize: "+mBufferSize+" numRecords: "+((mBufferSize-surface.mWidth*surface.mHeight)/3) );
402
    //android.util.Log.e("effects", "width="+surface.mWidth+" height="+surface.mHeight+
403
    //    " bufferSize: "+mBufferSize+" numRecords: "+((mBufferSize-surface.mWidth*surface.mHeight)/3) );
403 404
    }
404 405

  
405 406
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff