Project

General

Profile

« Previous | Next » 

Revision 4ebbb17a

Added by Leszek Koltunski about 7 years ago

Fix the MultiBlur regression

View differences:

src/main/java/org/distorted/library/DistortedTexture.java
97 97
      }
98 98
    }
99 99

  
100
///////////////////////////////////////////////////////////////////////////////////////////////////
101
// called from onDestroy(); mark OpenGL assets as 'not created'
102

  
103
  void destroy()
104
    {
105
    if( mColorH[0]!=DONT_CREATE ) mColorH[0] = NOT_CREATED_YET;
106
    }
100 107
///////////////////////////////////////////////////////////////////////////////////////////////////
101 108

  
102 109
  static void getUniforms(int mProgramH)

Also available in: Unified diff