public void destroy() {
    spriteShaderProgram.destroy();
    animSpriteShaderProgram.destroy();

    spriteVAO.destroy();
  }