reset method

void reset()

Implementation

void reset() {
  data.release();
  resetTexture();
}