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/DistortedFramebuffer.java
137 137
      }
138 138
    }
139 139

  
140
///////////////////////////////////////////////////////////////////////////////////////////////////
141
// called from onDestroy(); mark OpenGL assets as 'not created'
142

  
143
  void destroy()
144
    {
145
    if( mColorH[0]!=DONT_CREATE ) mColorH[0] = NOT_CREATED_YET;
146
    if( mDepthEnabled           ) mDepthH[0] = NOT_CREATED_YET;
147
    }
148

  
140 149
///////////////////////////////////////////////////////////////////////////////////////////////////
141 150

  
142 151
  void setAsOutput()

Also available in: Unified diff