Project

General

Profile

« Previous | Next » 

Revision f8f6d457

Added by Leszek Koltunski about 7 years ago

Minimize differences from master branch.

View differences:

src/main/java/org/distorted/library/Distorted.java
31 31
 */
32 32
public class Distorted 
33 33
  {
34
  public static int GLSL;
35
  public static String GLSL_VERSION;
34
  static int GLSL;
35
  static String GLSL_VERSION;
36 36

  
37 37
  /**
38 38
   * When creating an instance of a DistortedTexture from another instance, clone the Bitmap that's
......
151 151

  
152 152
    mInitialized = false;
153 153
    }
154
  }
155

  
156

  
157
// Transform Feedback: https://gist.github.com/hpp/d2d26adc5987002eb520
154
  }

Also available in: Unified diff