Project

General

Profile

« Previous | Next » 

Revision b3120b1b

Added by Leszek Koltunski almost 7 years ago

Progress with Stencil in Postprocessing (doesn't work still)

View differences:

src/main/java/org/distorted/library/DistortedEffects.java
256 256
    GLES30.glViewport(0, 0, surface.mWidth, surface.mHeight );
257 257

  
258 258
    mMainProgram.useProgram();
259
    surface.setAsOutput(currTime);
260 259
    GLES30.glUniform1i(mMainTextureH, 0);
261 260

  
262 261
    if( Distorted.GLSL >= 300 )

Also available in: Unified diff