updateTexture method

void updateTexture()

Mark needs update texture

Implementation

void updateTexture() {
  _needsUpdateTexture = true;
  update();
}