Project

General

Profile

« Previous | Next » 

Revision 9ec374e8

Added by Leszek Koltunski over 3 years ago

More support for using the library from more than one activity

View differences:

src/main/java/org/distorted/library/main/InternalSurface.java
33 33

  
34 34
///////////////////////////////////////////////////////////////////////////////////////////////////
35 35

  
36
  InternalSurface(int create, int numfbos, int numcolors, int type)
36
  InternalSurface(int create, int numfbos, int numcolors, int type, int storage)
37 37
    {
38
    super(type);
38
    super(type,storage);
39 39

  
40 40
    mNumFBOs      = numfbos;
41 41
    mNumColors    = numcolors;

Also available in: Unified diff