Project

General

Profile

« Previous | Next » 

Revision 8b36dabf

Added by Leszek Koltunski over 3 years ago

Plug a major memory leak.
Still one more leak remains - a similar UniformBuffer has to be markedForDeletion in the EffectQueues.

View differences:

src/main/java/org/distorted/library/mesh/UniformBlockAssociation.java
93 93
    mAssociations[4*compTo+2] = assocFrom.mAssociations[4*compFrom+2];
94 94
    }
95 95

  
96
///////////////////////////////////////////////////////////////////////////////////////////////////
97

  
98
  void markForDeletion()
99
    {
100
    mUBO.markForDeletion();
101
    }
102

  
96 103
///////////////////////////////////////////////////////////////////////////////////////////////////
97 104

  
98 105
  void print()

Also available in: Unified diff