Hello im using openGL to 2d drawning on my framework and im typing to much ->

glEnable(GL_BLEND);

// stuff

glDisable(GL_BLEND);


its really necessary :?:

or i can just enable it at the openGL setup?